mirror of
https://github.com/django/django.git
synced 2024-11-18 07:26:04 +00:00
31fadc1202
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. |
||
---|---|---|
.. | ||
examples | ||
aggregation.txt | ||
index.txt | ||
managers.txt | ||
models.txt | ||
multi-db.txt | ||
optimization.txt | ||
queries.txt | ||
sql.txt | ||
tablespaces.txt | ||
transactions.txt |