Document the register_permissions hook

pull/664/head
Matt Westcott 2014-10-01 10:41:21 +01:00
rodzic 4c29164206
commit d53c56cf27
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -648,6 +648,13 @@ The available hooks are:
'a': attribute_rule({'href': check_url, 'target': True}),
}
.. _register_permissions:
``register_permissions``
.. versionadded:: 0.7
Return a queryset of Permission objects to be shown in the Groups administration area.
Image Formats in the Rich Text Editor
-------------------------------------