Changes between Initial Version and Version 1 of Ticket #26891
- Timestamp:
- Jul 12, 2016, 9:36:17 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26891
- Property Cc added
-
Ticket #26891 – Description
initial v1 1 1 `ForeignObject`'s implementation of `get_lookup` and `get_transform` causes `register_lookup` to essentially have no effect. 2 2 3 The PR should allow users to successfully register lookups while ignoring the default lookups registered to the`Field`. This works by duplicating `RegisterLookupMixin._get_lookup`, but stopping mro walking at `ForeignObject`.3 The PR should allow users to successfully register lookups while ignoring the default lookups registered to `Field`. This works by duplicating `RegisterLookupMixin._get_lookup`, but stopping mro walking at `ForeignObject`. 4 4 https://github.com/django/django/pull/6906