mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #26652 -- Documented removal of model instance _(default/base)_manager attributes.
This commit is contained in:
parent
26794f6657
commit
0e7e47b5d7
1 changed files with 3 additions and 0 deletions
|
@ -878,6 +878,9 @@ Miscellaneous
|
|||
are removed. The new :class:`~django.db.models.functions.datetime.Trunc`
|
||||
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:
|
||||
|
||||
Features deprecated in 1.10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue