Changes between Version 2 and Version 3 of Ticket #26488, comment 3


Ignore:
Timestamp:
May 10, 2016, 7:17:06 AM (8 years ago)
Author:
Simon Philips

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26488, comment 3

    v2 v3  
    1414                                    for b in model.bases)
    1515
    16         super().state_forwards(app_label, state)
     16        super(RenameBaseModel, self).state_forwards(app_label, state)
    1717}}}
Back to Top