1 | | [https://code.djangoproject.com/ticket/35408 #35408] introduced a bug in contrib.auth's create_permissions function ([https://github.com/django/django/pull/18105 PR], commit d2c5a30e5a8595d06c4a70ff0f66032fee0d3c8e ). |
2 | | Since this function is called by the post migrate signal, it affects the migrate command. |
3 | | The function raises unexpected LookupErrors on Windows systems. |
| 1 | [https://code.djangoproject.com/ticket/35408 #35408] introduced a bug in {{{contrib.auth}}}'s {{{create_permissions}}} function ([https://github.com/django/django/pull/18105 PR], commit {{{d2c5a30e5a8595d06c4a70ff0f66032fee0d3c8e}}}). |
| 2 | Since this function is called by the {{{post_migrate}}} signal, it affects the {{{migrate}}} command. |
| 3 | The function raises unexpected {{{LookupError}}} s on Windows systems. |