1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00
django/tests/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
..
default_config_app
namespace_package_base/nsapp
namespace_package_other_base/nsapp
__init__.py
apps.py
models.py
tests.py Fixed #24215 -- Refactored lazy model operations 2015-03-25 16:48:17 -04:00