.coveragerc
.editorconfig
.gitignore
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
manage.py
requirements.txt
requirements_dev.txt
requirements_test.txt
runtests.py
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
django_xperms.egg-info/PKG-INFO
django_xperms.egg-info/SOURCES.txt
django_xperms.egg-info/dependency_links.txt
django_xperms.egg-info/not-zip-safe
django_xperms.egg-info/requires.txt
django_xperms.egg-info/top_level.txt
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
example/README.md
example/manage.py
example/requirements.txt
example/articles/__init__.py
example/articles/admin.py
example/articles/apps.py
example/articles/models.py
example/articles/views.py
example/articles/migrations/0001_initial.py
example/articles/migrations/__init__.py
example/articles/tests/__init__.py
example/articles/tests/perms/__init__.py
example/articles/tests/perms/base.py
example/articles/tests/perms/factories.py
example/articles/tests/perms/field.py
example/articles/tests/perms/generic.py
example/articles/tests/perms/model.py
example/articles/tests/perms/object.py
example/example/__init__.py
example/example/settings.py
example/example/urls.py
example/example/wsgi.py
example/templates/django_perms/base.html
xperms/__init__.py
xperms/admin.py
xperms/apps.py
xperms/backends.py
xperms/base.py
xperms/conf.py
xperms/enums.py
xperms/exceptions.py
xperms/managers.py
xperms/models.py
xperms/utils.py