1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00
django/docs/topics/db
Russell Keith-Magee 1b646e656e 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.
2012-12-15 22:44:46 +08:00
..
examples
aggregation.txt
index.txt
managers.txt Fixed #19384 -- Documented the behavior of custom managers on abstract models. 2012-12-15 22:44:46 +08:00
models.txt changed if statement to a slightly cleaner/less confusing variant 2012-11-22 22:29:39 +01:00
multi-db.txt Fixed #16039 -- Made post_syncdb handlers multi-db aware. 2012-11-22 20:53:59 +01:00
optimization.txt Fixed #15361 - Documented performance considerations for QuerySet.get() 2012-11-02 17:58:24 -04:00
queries.txt Fixed #19352 - Added an example in the QuerySet docs. 2012-11-27 18:21:55 -05:00
sql.txt
tablespaces.txt
transactions.txt Fixed #2304 -- Documented TRANSACTIONS_MANAGED. 2012-12-14 21:15:48 +01:00