Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 31fadc120213284da76801cc7bc56e9f32d7281b
      
https://github.com/django/django/commit/31fadc120213284da76801cc7bc56e9f32d7281b
  Author: Loic Bistuer <loic.bist...@sixmedia.com>
  Date:   2013-07-26 (Fri, 26 Jul 2013)

  Changed paths:
    M django/db/models/__init__.py
    M django/db/models/manager.py
    M django/db/models/query.py
    M docs/ref/models/querysets.txt
    M docs/releases/1.7.txt
    M docs/topics/db/managers.txt
    M tests/basic/tests.py
    M tests/custom_managers/models.py
    M tests/custom_managers/tests.py
    M tests/queryset_pickle/tests.py

  Log Message:
  -----------
  Fixed #20625 -- Chainable Manager/QuerySet methods.

Additionally this patch solves the orthogonal problem that specialized
`QuerySet` like `ValuesQuerySet` didn't inherit from the current `QuerySet`
type. This wasn't an issue until now because we didn't officially support
custom `QuerySet` but it became necessary with the introduction of this new
feature.

Thanks aaugustin, akaariai, carljm, charettes, mjtamlyn, shaib and timgraham
for the reviews.



-- 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/51f241932fe04_ff112cfd48141631%40hookshot-fe1-pe1-prd.aws.github.net.mail.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to