Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #24215 -- Refactored lazy model operationsAlex Hill2015-03-251-0/+18
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.