mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future.
Per deprecation timeline. Refs ed0ff913c6.
This commit is contained in:
@@ -384,3 +384,9 @@ these features.
|
||||
removed.
|
||||
|
||||
* The ``escape`` filter now uses ``django.utils.html.conditional_escape()``.
|
||||
|
||||
* ``Manager.use_for_related_fields`` is removed.
|
||||
|
||||
* Model ``Manager`` inheritance follows MRO inheritance rules. The requirement
|
||||
to use ``Meta.manager_inheritance_from_future`` to opt-in to the behavior is
|
||||
removed.
|
||||
|
||||
Reference in New Issue
Block a user