Changes between Initial Version and Version 1 of Ticket #23422, comment 26


Ignore:
Timestamp:
Apr 5, 2016, 2:43:49 PM (8 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23422, comment 26

    initial v1  
    11FWIW I started to work on this issue (which is related to #24100 to #24067) on [https://github.com/django/django/compare/master...charettes:migration-signals-refactor a branch].
    22
    3 The plan here is to make the `pre_migrate` signal dispatch it's plan (#24100) and inject `CreatePermision` operations after `CreateContentType` operations (that are injected after `CreateModel` operations just like `RenameContentType` operations are meant to be injected after `RenameModel` operations in order to solve #24067).
     3The plan here is to make the `pre_migrate` signal dispatch its plan (#24100) and inject `CreatePermision` operations after `CreateContentType` operations (that are injected after `CreateModel` operations just like `RenameContentType` operations are meant to be injected after `RenameModel` operations in order to solve #24067).
    44
    55I'll try to get this into 1.10.
Back to Top