.gitignore
README.rst
runtests.py
setup.py
django_permission.egg-info/PKG-INFO
django_permission.egg-info/SOURCES.txt
django_permission.egg-info/dependency_links.txt
django_permission.egg-info/not-zip-safe
django_permission.egg-info/requires.txt
django_permission.egg-info/top_level.txt
permission/__init__.py
permission/admin.py
permission/exceptions.py
permission/models.py
permission/utils.py
permission/validation.py
permission/backends/__init__.py
permission/backends/permission_backend.py
permission/backends/role_backend.py
permission/decorators/__init__.py
permission/decorators/class_decorators.py
permission/decorators/function_decorators.py
permission/decorators/method_decorators.py
permission/decorators/utils.py
permission/handlers/__init__.py
permission/handlers/base.py
permission/templatetags/__init__.py
permission/templatetags/patch.py
permission/templatetags/permission_tags.py
permission/tests/__init__.py
permission/tests/mock.py
permission/tests/override_settings.py
permission/tests/test_handlers.py
permission/tests/utils.py
permission/tests/test_app/__init__.py
permission/tests/test_app/models.py
permission/tests/test_app/permissions.py
permission/tests/test_app/urls.py
permission/tests/test_app/views.py
permission/tests/test_app/fixtures/permission_test_app.yaml
permission/tests/test_backends/__init__.py
permission/tests/test_backends/test_permission_backend.py
permission/tests/test_backends/test_role_backend.py
permission/tests/test_decorators/__init__.py
permission/tests/test_decorators/test_class_decorators.py
permission/tests/test_decorators/test_function_decorators.py
permission/tests/test_decorators/test_method_decorators.py
permission/tests/test_decorators/utils.py
permission/tests/test_models/__init__.py
permission/tests/test_models/test_role.py
permission/tests/test_templatetags/__init__.py
permission/tests/test_templatetags/test_permissionif_templatetag.py
tests/requirements.txt
tests/fixtures/initial_data.yaml
tests/src/miniblog/__init__.py
tests/src/miniblog/manage.py
tests/src/miniblog/settings.py
tests/src/miniblog/urls.py
tests/src/miniblog/autocmds/__init__.py
tests/src/miniblog/blogs/__init__.py
tests/src/miniblog/blogs/forms.py
tests/src/miniblog/blogs/models.py
tests/src/miniblog/blogs/permissions.py
tests/src/miniblog/blogs/urls.py
tests/src/miniblog/blogs/views.py
tests/src/miniblog/blogs/fixtures/blogs_test.yaml
tests/src/miniblog/blogs/templates/404.html
tests/src/miniblog/blogs/templates/blogs/entry_confirm_delete.html
tests/src/miniblog/blogs/templates/blogs/entry_detail.html
tests/src/miniblog/blogs/templates/blogs/entry_form.html
tests/src/miniblog/blogs/templates/blogs/entry_list.html
tests/src/miniblog/blogs/tests/__init__.py
tests/src/miniblog/blogs/tests/test_models.py
tests/src/miniblog/blogs/tests/test_views.py
tests/static/css/style.css
tests/static/css/style.scss
tests/static/css/image/edit.png
tests/static/css/image/trash.png
tests/templates/404.html
tests/templates/base.html
tests/templates/blogs/entry_confirm_delete.html
tests/templates/blogs/entry_detail.html
tests/templates/blogs/entry_form.html
tests/templates/blogs/entry_list.html
tests/templates/registration/logged_out.html
tests/templates/registration/login.html