Changes between Version 1 and Version 3 of Ticket #35545
- Timestamp:
- Jun 20, 2024, 11:57:04 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35545
- Property Cc added
- Property Triage Stage Unreviewed → Accepted
-
Ticket #35545 – Description
v1 v3 1 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 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.3 The function raises unexpected {{{LookupError}}} s. 4 4 5 5 {{{