mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future.
Per deprecation timeline. Refs ed0ff913c6
.
This commit is contained in:
parent
60ca37d2e5
commit
631f4ab061
10 changed files with 21 additions and 547 deletions
|
@ -118,9 +118,6 @@ class Child5(AbstractBase3):
|
|||
class Child6(Child4):
|
||||
value = models.IntegerField()
|
||||
|
||||
class Meta:
|
||||
manager_inheritance_from_future = True
|
||||
|
||||
|
||||
class Child7(Parent):
|
||||
objects = models.Manager()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue