#20625: Custom Chainable QuerySets
-------------------------------------+-------------------------------------
     Reporter:  danols               |                    Owner:  loic84
         Type:  New feature          |                   Status:  closed
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |               Resolution:  fixed
     Severity:  Normal               |             Triage Stage:  Accepted
     Keywords:  QuerySet,            |      Needs documentation:  0
  models.Manager, chainable          |  Patch needs improvement:  0
    Has patch:  1                    |                    UI/UX:  0
  Needs tests:  0                    |
Easy pickings:  0                    |
-------------------------------------+-------------------------------------
Changes (by Anssi Kääriäinen <akaariai@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"31fadc120213284da76801cc7bc56e9f32d7281b"]:
 {{{
 #!CommitTicketReference repository=""
 revision="31fadc120213284da76801cc7bc56e9f32d7281b"
 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.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20625#comment:36>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
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/064.6f5a72aba0081d3f6abb462c69ae2f23%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to