Changes between Initial Version and Version 3 of Ticket #26997


Ignore:
Timestamp:
Aug 2, 2016, 2:24:49 PM (8 years ago)
Author:
Сергей
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26997

    • Property Severity NormalRelease blocker
    • Property Triage Stage UnreviewedAccepted
  • Ticket #26997 – Description

    initial v3  
    11While trying to port project to django 1.10 I found an error.
    22If Meta of model has default_permissions = () django crashes on runserver, makemigrations and all other commands.
    3 Test project can is located https://github.com/hellpain/django_default_permissions_bug/blob/master/foo_app/models.py
     3Test project can is located at
     4[https://github.com/hellpain/django_default_permissions_bug/]
     5Example of corrupted model:
     6[https://github.com/hellpain/django_default_permissions_bug/blob/master/foo_app/models.py]
    47
    58This bug is caused to refactored checks in contrib.auth
     9
     10PR to fix bug: [https://github.com/django/django/pull/7007]
Back to Top