CHANGES
MANIFEST.in
README.rst
run_test_and_report.sh
setup.cfg
setup.py
tests.py
django_guardian.egg-info/PKG-INFO
django_guardian.egg-info/SOURCES.txt
django_guardian.egg-info/dependency_links.txt
django_guardian.egg-info/not-zip-safe
django_guardian.egg-info/requires.txt
django_guardian.egg-info/top_level.txt
docs/Makefile
docs/assign.rst
docs/changes.rst
docs/check.rst
docs/conf.py
docs/configuration.rst
docs/example_project.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/remove.rst
docs/testing.rst
docs/api/backends.rst
docs/api/core.rst
docs/api/decorators.rst
docs/api/guardian_tags.rst
docs/api/index.rst
docs/api/models.rst
docs/api/shortcuts.rst
docs/build/doctrees/assign.doctree
docs/build/doctrees/changes.doctree
docs/build/doctrees/check.doctree
docs/build/doctrees/configuration.doctree
docs/build/doctrees/environment.pickle
docs/build/doctrees/example_project.doctree
docs/build/doctrees/index.doctree
docs/build/doctrees/installation.doctree
docs/build/doctrees/remove.doctree
docs/build/doctrees/testing.doctree
docs/build/doctrees/api/backends.doctree
docs/build/doctrees/api/core.doctree
docs/build/doctrees/api/decorators.doctree
docs/build/doctrees/api/guardian_tags.doctree
docs/build/doctrees/api/index.doctree
docs/build/doctrees/api/models.doctree
docs/build/doctrees/api/shortcuts.doctree
docs/build/html/.buildinfo
docs/build/html/assign.html
docs/build/html/changes.html
docs/build/html/check.html
docs/build/html/configuration.html
docs/build/html/example_project.html
docs/build/html/genindex.html
docs/build/html/index.html
docs/build/html/installation.html
docs/build/html/objects.inv
docs/build/html/py-modindex.html
docs/build/html/remove.html
docs/build/html/search.html
docs/build/html/searchindex.js
docs/build/html/testing.html
docs/build/html/_sources/assign.txt
docs/build/html/_sources/changes.txt
docs/build/html/_sources/check.txt
docs/build/html/_sources/configuration.txt
docs/build/html/_sources/example_project.txt
docs/build/html/_sources/index.txt
docs/build/html/_sources/installation.txt
docs/build/html/_sources/remove.txt
docs/build/html/_sources/testing.txt
docs/build/html/_sources/api/backends.txt
docs/build/html/_sources/api/core.txt
docs/build/html/_sources/api/decorators.txt
docs/build/html/_sources/api/guardian_tags.txt
docs/build/html/_sources/api/index.txt
docs/build/html/_sources/api/models.txt
docs/build/html/_sources/api/shortcuts.txt
docs/build/html/_static/basic.css
docs/build/html/_static/doctools.js
docs/build/html/_static/file.png
docs/build/html/_static/jquery.js
docs/build/html/_static/minus.png
docs/build/html/_static/nature.css
docs/build/html/_static/plus.png
docs/build/html/_static/pygments.css
docs/build/html/_static/searchtools.js
docs/build/html/_static/underscore.js
docs/build/html/api/backends.html
docs/build/html/api/core.html
docs/build/html/api/decorators.html
docs/build/html/api/guardian_tags.html
docs/build/html/api/index.html
docs/build/html/api/models.html
docs/build/html/api/shortcuts.html
docs/theme/nature/theme.conf
docs/theme/nature/static/nature.css_t
docs/theme/nature/static/pygments.css
example_project/__init__.py
example_project/context_processors.py
example_project/manage.py
example_project/requirements.txt
example_project/settings.py
example_project/urls.py
example_project/templates/403.html
example_project/templates/404.html
example_project/templates/500.html
example_project/templates/base.html
example_project/templates/base_1col.html
example_project/templates/home.html
example_project/templates/flatpages/default.html
example_project/templates/layout/menu_top.html
guardian/__init__.py
guardian/backends.py
guardian/core.py
guardian/decorators.py
guardian/exceptions.py
guardian/managers.py
guardian/models.py
guardian/shortcuts.py
guardian/utils.py
guardian/conf/__init__.py
guardian/conf/settings.py
guardian/fixtures/tests.json
guardian/management/__init__.py
guardian/migrations/0001_initial.py
guardian/migrations/0002_auto__add_field_groupobjectpermission_object_pk__add_field_userobjectp.py
guardian/migrations/0003_update_objectpermission_object_pk.py
guardian/migrations/0004_auto__del_field_groupobjectpermission_object_id__del_unique_groupobjec.py
guardian/migrations/0005_auto__chg_field_groupobjectpermission_object_pk__chg_field_userobjectp.py
guardian/migrations/__init__.py
guardian/templatetags/__init__.py
guardian/templatetags/guardian_tags.py
guardian/tests/__init__.py
guardian/tests/core_test.py
guardian/tests/custompkmodel_test.py
guardian/tests/decorators_test.py
guardian/tests/models.py
guardian/tests/other_test.py
guardian/tests/shortcuts_test.py
guardian/tests/tags_test.py
guardian/tests/utils_test.py