AUTHORS
LICENSE
MANIFEST.in
README
bootstrap.py
buildout.cfg
setup.cfg
setup.py
authority/__init__.py
authority/admin.py
authority/decorators.py
authority/exceptions.py
authority/forms.py
authority/managers.py
authority/models.py
authority/permissions.py
authority/sites.py
authority/tests.py
authority/urls.py
authority/views.py
authority/widgets.py
authority/fixtures/tests.json
authority/templates/admin/permission_change_form.html
authority/templates/admin/edit_inline/action_tabular.html
authority/templates/authority/403.html
authority/templates/authority/permission_delete_link.html
authority/templates/authority/permission_form.html
authority/templates/authority/permission_request_approve_link.html
authority/templates/authority/permission_request_delete_link.html
authority/templatetags/__init__.py
authority/templatetags/permissions.py
django_authority.egg-info/PKG-INFO
django_authority.egg-info/SOURCES.txt
django_authority.egg-info/dependency_links.txt
django_authority.egg-info/not-zip-safe
django_authority.egg-info/requires.txt
django_authority.egg-info/top_level.txt
docs/check_decorator.txt
docs/check_python.txt
docs/check_templates.txt
docs/configuration.txt
docs/create_basic_permission.txt
docs/create_custom_permission.txt
docs/create_per_object_permission.txt
docs/documentation_guidelines.txt
docs/handling_admin.txt
docs/handling_python.txt
docs/handling_template.txt
docs/index.txt
docs/installation.txt
docs/support.txt
docs/tips_tricks.txt
example/__init__.py
example/development.py
example/manage.py
example/production.py
example/settings.py
example/urls.py
example/exampleapp/__init__.py
example/exampleapp/admin.py
example/exampleapp/forms.py
example/exampleapp/models.py
example/exampleapp/permissions.py
example/exampleapp/tests.py
example/exampleapp/views.py