Changes between Version 1 and Version 2 of Ticket #28750
- Timestamp:
- Oct 28, 2017, 7:31:53 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28750 – Description
v1 v2 5 5 RemovedInDjango20Warning: Managers from concrete parents will soon qualify as default managers if they appear before any other managers in the MRO. ...you can switch to the new behavior right away by setting `Meta.manager_inheritance_from_future` to `True`. 6 6 7 So far so good , unfortunately, now that I've added that for django 1.11, I'm getting this error on django 2.0b1:7 So far so good. Unfortunately, now that I've added that for django 1.11, I'm getting this error on django 2.0b1: 8 8 9 9 TypeError: 'class Meta' got invalid attribute(s): manager_inheritance_from_future