Changes between Initial Version and Version 1 of Ticket #28750


Ignore:
Timestamp:
Oct 28, 2017, 7:31:16 PM (6 years ago)
Author:
Charlie Denton
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28750 – Description

    initial v1  
    55    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`.
    66
    7 So far so good,uUnfortunately, now that I've added that for django 1.11, I'm getting this error on django 2.0b1:
     7So far so good, unfortunately, now that I've added that for django 1.11, I'm getting this error on django 2.0b1:
    88
    99    TypeError: 'class Meta' got invalid attribute(s): manager_inheritance_from_future
Back to Top