django/docs/topics/db
Russell Keith-Magee 9cf566233b [1.5.X] Fixed #19384 -- Documented the behavior of custom managers on abstract models.
This documents the behavior introduced by cc337a74, which is BACKWARDS
INCOMPATIBLE for any attempt to invoke a method on a manager using the
abstract class as the calling class (e.g., AbstractBase.objects.do_something())

Thanks to mhsparks for the report.

Backport of 1b646e656e from master.
2012-12-15 22:46:55 +08:00
..
examples Avoided mixing dates and datetimes in the examples. 2012-09-08 11:00:04 -04:00
aggregation.txt Started a 'Cheat sheet' section in aggregation docs because I desperately need this 2012-01-13 21:57:30 +00: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 [1.5.X] Fixed #19384 -- Documented the behavior of custom managers on abstract models. 2012-12-15 22:46:55 +08:00
models.txt [1.5.X] Changed if statement to a slightly cleaner variant 2012-11-23 07:13:24 -05:00
multi-db.txt [1.5.x] Fixed #16039 -- Made post_syncdb handlers multi-db aware. 2012-11-22 20:54:20 +01:00
optimization.txt [1.5.X] Fixed #15361 - Documented performance considerations for QuerySet.get() 2012-11-02 17:59:51 -04:00
queries.txt [1.5.X] Fixed #19352 - Added an example in the QuerySet docs. 2012-11-27 18:22:49 -05:00
sql.txt Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 2012-09-20 19:06:55 -04:00
tablespaces.txt Fixed #12308 -- Added tablespace support to the PostgreSQL backend. 2011-10-14 21:49:43 +00:00
transactions.txt [1.5.x] Fixed #2304 -- Documented TRANSACTIONS_MANAGED. 2012-12-14 21:16:04 +01:00