diff options
| author | Tim Graham <timograham@gmail.com> | 2016-05-27 10:36:16 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-05-27 10:36:16 -0400 |
| commit | 0e7e47b5d7123441efc03545da59a6cd581c04b1 (patch) | |
| tree | 39a897d160da213763ab32a5d1d81bfe541e4652 | |
| parent | 26794f6657a9d201d47a0748a449a94ad5d7c66e (diff) | |
Fixed #26652 -- Documented removal of model instance _(default/base)_manager attributes.
| -rw-r--r-- | docs/releases/1.10.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index feff144a96..8d2cb4261d 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -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 |
