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 Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
tests.py Fixed #24215 -- Refactored lazy model operations 2015-03-25 16:48:17 -04:00