django1/django/db/models/fields
Alex Hill 720ff740e7 Fixed #24215 -- Refactored lazy model operations
This adds a new method, Apps.lazy_model_operation(), and a helper function,
lazy_related_operation(), which together supersede add_lazy_relation() and
make lazy model operations the responsibility of the App registry. This
system no longer uses the class_prepared signal.
2015-03-25 16:48:17 -04:00
..
__init__.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
files.py Fixed typo in django/db/models/fields/files.py comment. 2015-02-20 20:11:13 -05:00
proxy.py Added missing deconstruct() methods. 2013-12-06 15:23:34 +01:00
related.py Fixed #24215 -- Refactored lazy model operations 2015-03-25 16:48:17 -04:00
related_lookups.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
subclassing.py Fixed #18757, #14462, #21565 -- Reworked database-python type conversions 2014-09-03 20:36:03 +01:00