File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -369,8 +369,10 @@ Here's how Django handles custom managers and :ref:`model inheritance
369
369
370
370
.. versionchanged:: 1.10
371
371
372
- In older versions, manager inheritance varied depending on the type of
373
- model inheritance (i.e. :ref:`abstract-base-classes`,
372
+ Some inheritance behaviors described above don't apply unless you set
373
+ ``manager_inheritance_from_future = True`` on the model's ``Meta`` class.
374
+ In older versions and if you don't set that attribute, manager inheritance
375
+ varies depending on the type of model inheritance (:ref:`abstract-base-classes`,
374
376
:ref:`multi-table-inheritance`, or :ref:`proxy-models`), especially
375
377
with regards to electing the default manager.
376
378
You can’t perform that action at this time.
0 commit comments