django1/django/apps
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 Fixed #21877 -- Renamed django.apps.base to config. 2014-01-26 13:17:03 +01:00
config.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
registry.py Fixed #24215 -- Refactored lazy model operations 2015-03-25 16:48:17 -04:00