django1/docs/topics/db
Loic Bistuer 31fadc1202 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.
2013-07-26 12:41:27 +03:00
..
examples Fixed #20224 -- Update docs examples which mention __unicode__ 2013-07-05 19:27:07 +02:00
aggregation.txt Add missing imports and models to the examples in the the model layer documentation 2013-05-18 18:38:52 +02:00
index.txt Fixed #17605: Restored deleted query documentation that used to live in doctests. Thanks zsiciarz for work on the patch. 2012-03-14 22:16:46 +00:00
managers.txt Fixed #20625 -- Chainable Manager/QuerySet methods. 2013-07-26 12:41:27 +03:00
models.txt Fixed #20224 -- Update docs examples which mention __unicode__ 2013-07-05 19:27:07 +02:00
multi-db.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
optimization.txt Added missing markup to docs. 2013-03-22 13:50:07 -04:00
queries.txt Removed obsolete sentence in queries docs 2013-07-13 21:08:44 +02:00
sql.txt Support 'pyformat' style parameters in raw queries, Refs #10070 2013-06-28 06:59:10 +03:00
tablespaces.txt Removed versionadded/changed annotations dating back to 1.4. 2012-12-29 21:59:08 +01:00
transactions.txt Fixed #20571 -- Added an API to control connection.needs_rollback. 2013-06-27 22:19:54 +02:00