Changes between Initial Version and Version 1 of Ticket #26891


Ignore:
Timestamp:
Jul 12, 2016, 9:36:17 PM (8 years ago)
Author:
Ryan P Kilby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26891

    • Property Cc rpkilby@… added
  • Ticket #26891 – Description

    initial v1  
    11`ForeignObject`'s implementation of `get_lookup` and `get_transform` causes `register_lookup` to essentially have no effect.
    22
    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`.
     3The 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`.
    44https://github.com/django/django/pull/6906
Back to Top