Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 3dddbc0f2380d2654e66c8df4bb40d5e1d42af98
      
https://github.com/django/django/commit/3dddbc0f2380d2654e66c8df4bb40d5e1d42af98
  Author: Tomek Paczkowski <[email protected]>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M django/db/models/fields/related.py
    M tests/regressiontests/m2m_regress/tests.py

  Log Message:
  -----------
  Fixed #19816: pre-evaluate queryset on m2m set

In ReverseManyRelatedObjectsDescriptor.__set__, evaluate possible
queryset to avoid problems when clear() would touch data this queryset
returns.


  Commit: 6cb6e1128f090d5edde9918ba2ae79c1e38b65ad
      
https://github.com/django/django/commit/6cb6e1128f090d5edde9918ba2ae79c1e38b65ad
  Author: Honza Král <[email protected]>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M django/db/models/fields/related.py
    M tests/regressiontests/m2m_regress/tests.py

  Log Message:
  -----------
  Merge pull request #769 from oinopion/ticket19816

Fixed #19816 -- pre-evaluate queryset on m2m set


Compare: https://github.com/django/django/compare/722683f50856...6cb6e1128f09

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to