Changes between Initial Version and Version 1 of Ticket #30650, comment 1
- Timestamp:
- Jul 21, 2019, 8:47:37 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30650, comment 1
initial v1 5 5 Given this query could be simply expressed as `.filter(orig_airport__country='US')` I'm afraid that unless you provide a bit more details we can't judge whether or not this is a valid request to keep `.extra(**)` around or introduce a new API. 6 6 7 Please reopen this ticket with more details if you can provide more details about why `ForeignKey` and it's large number of options (e.g. `to_field='iata_code'`, `db_constraints=False`) can't be use for your needs.7 Please reopen this ticket if you can provide more details about why `ForeignKey` and its large number of options (e.g. `to_field='iata_code'`, `db_constraints=False`) can't be use for your needs. 8 8 9 9 Thanks.