Changes between Initial Version and Version 1 of Ticket #30650, comment 1


Ignore:
Timestamp:
Jul 21, 2019, 8:47:37 PM (5 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30650, comment 1

    initial v1  
    55Given 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.
    66
    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.
     7Please 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.
    88
    99Thanks.
Back to Top