• Alex Hill's avatar
    Fixed #24215 -- Refactored lazy model operations · 720ff740
    Alex Hill yazdı
    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.
    720ff740
tests.py 15.4 KB