tcms.bugs.management module¶
-
tcms.bugs.management.
create_permissions
(app_config, verbosity=2, interactive=True, using='default', apps=<django.apps.registry.Apps object>, **kwargs)[source]¶ Create the missing permissions for the Bug<->Tag m2m model, see https://code.djangoproject.com/ticket/31633
Copied from django.contrib.auth.management.create_permissions()