Since permissions are only added to the database using the post_migrate
signal, my migrations fail when trying to apply all of them at once. If I
apply them 1 for 1, it doesn't fail since the permissions are created
before running the next migrations
--
Ticket URL: <https://code.djangoproject.com/ticket/25554>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => duplicate
* needs_tests: => 0
* needs_docs: => 0
Comment:
Duplicate of #23422
--
Ticket URL: <https://code.djangoproject.com/ticket/25554#comment:1>