mirror of
https://github.com/django/django.git
synced 2025-12-03 16:47:26 +00:00
Fixed #28750 -- Allowed models to define Meta.manager_inheritance_from_future for backwards compatibility.
Refs 631f4ab061.
This commit is contained in:
parent
acc989f037
commit
cbe334918a
2 changed files with 17 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ DEFAULT_NAMES = (
|
|||
'select_on_save', 'default_related_name', 'required_db_features',
|
||||
'required_db_vendor', 'base_manager_name', 'default_manager_name',
|
||||
'indexes',
|
||||
# For backwards compatibility with Django 1.11. RemovedInDjango30Warning
|
||||
'manager_inheritance_from_future',
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue