Changes between Version 1 and Version 19 of Ticket #24215
- Timestamp:
- Feb 14, 2015, 10:13:30 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24215
- Property Cc added
- Property Version 1.8alpha1 → master
- Property Triage Stage Unreviewed → Accepted
-
Ticket #24215 – Description
v1 v19 5 5 I've introduced a more generic API, whereby a user-supplied function can be called once any number of models are ready, with those freshly-loaded models as its arguments (plus optional kwargs), a helper function for related models, and the old `add_lazy_relation()` reimplemented in terms of the new API with a deprecation warning. 6 6 7 Pull request at https://github.com/django/django/pull/3984 7 New pull request, now targeting master rather than 1.8, at https://github.com/django/django/pull/4130