Changes between Initial Version and Version 1 of Ticket #23422, comment 26
- Timestamp:
- Apr 5, 2016, 2:43:49 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23422, comment 26
initial v1 1 1 FWIW 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]. 2 2 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).3 The 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). 4 4 5 5 I'll try to get this into 1.10.