Changes between Initial Version and Version 1 of Ticket #23940, comment 4
- Timestamp:
- Dec 2, 2014, 1:55:48 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23940, comment 4
initial v1 1 There are several parts of the ORM that append *exact*at the end of a filter expression if no other lookup is given (like there https://github.com/django/django/blob/master/django/db/models/sql/query.py#L975).1 There are several parts of the ORM that append `exact` at the end of a filter expression if no other lookup is given (like there https://github.com/django/django/blob/master/django/db/models/sql/query.py#L975). 2 2 3 3 Should all lookup names be considered as reserved keywords ?