Changes between Initial Version and Version 1 of Ticket #35545


Ignore:
Timestamp:
Jun 20, 2024, 11:25:43 AM (3 months ago)
Author:
Csirmaz Bendegúz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35545 – Description

    initial v1  
    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}}}).
     2Since this function is called by the {{{post_migrate}}} signal, it affects the {{{migrate}}} command.
     3The function raises unexpected {{{LookupError}}} s on Windows systems.
    44
    55{{{
Back to Top