django/tests/custom_lookups
Marc Tamlyn a2dd618e3b Fixed #22648 -- Transform.output_type should respect overridden custom_lookup and custom_transform.
Previously, class lookups from the output_type would be used, but any
changes to custom_lookup or custom_transform would be ignored.
2014-05-17 12:26:15 +02:00
..
__init__.py Fixed #16187 -- refactored ORM lookup system 2014-01-18 11:46:19 +02:00
models.py Fixed #16187 -- refactored ORM lookup system 2014-01-18 11:46:19 +02:00
tests.py Fixed #22648 -- Transform.output_type should respect overridden custom_lookup and custom_transform. 2014-05-17 12:26:15 +02:00