[1.10.x] Fixed #26652 -- Documented removal of model instance _(default/base)_manager attributes.

Backport of 0e7e47b5d7 from master
This commit is contained in:
Tim Graham 2016-05-27 10:36:16 -04:00
parent f38e950685
commit 9985544adb
1 changed files with 3 additions and 0 deletions

View File

@ -878,6 +878,9 @@ Miscellaneous
are removed. The new :class:`~django.db.models.functions.datetime.Trunc` are removed. The new :class:`~django.db.models.functions.datetime.Trunc`
expressions provide the same functionality. expressions provide the same functionality.
* The ``_base_manager`` and ``_default_manager`` attributes are removed from
model instances. They remain accessible on the model class.
.. _deprecated-features-1.10: .. _deprecated-features-1.10:
Features deprecated in 1.10 Features deprecated in 1.10