Changes between Version 1 and Version 19 of Ticket #24215


Ignore:
Timestamp:
Feb 14, 2015, 10:13:30 AM (9 years ago)
Author:
Alex Hill
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24215

    • Property Cc cmawebsite@… added
    • Property Version 1.8alpha1master
    • Property Triage Stage UnreviewedAccepted
  • Ticket #24215 – Description

    v1 v19  
    55I'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.
    66
    7 Pull request at https://github.com/django/django/pull/3984
     7New pull request, now targeting master rather than 1.8, at https://github.com/django/django/pull/4130
Back to Top