• Loic Bistuer's avatar
    Fixed #20625 -- Chainable Manager/QuerySet methods. · 31fadc12
    Loic Bistuer yazdı
    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.
    31fadc12
tests.py 29.5 KB