Changes between Initial Version and Version 1 of Ticket #23422, comment 6


Ignore:
Timestamp:
Mar 8, 2015, 5:32:20 PM (9 years ago)
Author:
John Whitlock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23422, comment 6

    initial v1  
    1414            assert not getattr(apps, 'models_module', None)
    1515            apps.models_module = True
    16             create_permissions(apps)
     16            create_permissions(apps, verbosity=0)
    1717            apps.models_module = None
    1818            return make_permissions(
Back to Top