A field is a foreign key attname, i.e. <FK>_id.
| 29 | |
| 30 | |
| 31 | class FieldIsAForeignKeyColumnName(Exception): |
| 32 | """A field is a foreign key attname, i.e. <FK>_id.""" |
| 33 | |
| 34 | pass |
| 35 | |
| 36 | |
| 37 | def lookup_spawns_duplicates(opts, lookup_path): |
no outgoing calls
no test coverage detected