+43
−2
+10
−11
+11
−12
+76
−107
django/db/models/utils.py
0 → 100644
+18
−0
Loading
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.