Fix typo in management command name.

This commit is contained in:
Roberto Rosario
2016-03-18 20:58:06 -04:00
parent 66a49c8335
commit 34184e0726

View File

@@ -26,7 +26,7 @@ class PermissionNamespace(object):
raise InvalidNamespace(
'Invalid namespace name. This is probably an obsolete '
'permission namespace, execute the management command '
'"purge_permissions" and try again.'
'"purgepermissions" and try again.'
)
def __init__(self, name, label):