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/.DS_Store
docs/Makefile
docs/conf.py
docs/configuration.rst
docs/exts.py
docs/exts.pyc
docs/index.rst
docs/installation.rst
docs/make.bat
docs/overview.rst
docs/api/guardian.admin.rst
docs/api/guardian.backends.rst
docs/api/guardian.core.rst
docs/api/guardian.decorators.rst
docs/api/guardian.forms.rst
docs/api/guardian.management.commands.rst
docs/api/guardian.managers.rst
docs/api/guardian.models.rst
docs/api/guardian.shortcuts.rst
docs/api/guardian.templatetags.guardian_tags.rst
docs/api/guardian.utils.rst
docs/api/index.rst
docs/build/doctrees/configuration.doctree
docs/build/doctrees/environment.pickle
docs/build/doctrees/index.doctree
docs/build/doctrees/installation.doctree
docs/build/doctrees/overview.doctree
docs/build/doctrees/api/guardian.admin.doctree
docs/build/doctrees/api/guardian.backends.doctree
docs/build/doctrees/api/guardian.core.doctree
docs/build/doctrees/api/guardian.decorators.doctree
docs/build/doctrees/api/guardian.forms.doctree
docs/build/doctrees/api/guardian.management.commands.doctree
docs/build/doctrees/api/guardian.managers.doctree
docs/build/doctrees/api/guardian.models.doctree
docs/build/doctrees/api/guardian.shortcuts.doctree
docs/build/doctrees/api/guardian.templatetags.guardian_tags.doctree
docs/build/doctrees/api/guardian.utils.doctree
docs/build/doctrees/api/index.doctree
docs/build/doctrees/develop/changes.doctree
docs/build/doctrees/develop/example_project.doctree
docs/build/doctrees/develop/index.doctree
docs/build/doctrees/develop/testing.doctree
docs/build/doctrees/userguide/admin-integration.doctree
docs/build/doctrees/userguide/assign.doctree
docs/build/doctrees/userguide/caveats.doctree
docs/build/doctrees/userguide/check.doctree
docs/build/doctrees/userguide/index.doctree
docs/build/doctrees/userguide/remove.doctree
docs/build/html/.buildinfo
docs/build/html/configuration.html
docs/build/html/genindex.html
docs/build/html/index.html
docs/build/html/installation.html
docs/build/html/objects.inv
docs/build/html/overview.html
docs/build/html/py-modindex.html
docs/build/html/search.html
docs/build/html/searchindex.js
docs/build/html/_sources/configuration.txt
docs/build/html/_sources/index.txt
docs/build/html/_sources/installation.txt
docs/build/html/_sources/overview.txt
docs/build/html/_sources/api/guardian.admin.txt
docs/build/html/_sources/api/guardian.backends.txt
docs/build/html/_sources/api/guardian.core.txt
docs/build/html/_sources/api/guardian.decorators.txt
docs/build/html/_sources/api/guardian.forms.txt
docs/build/html/_sources/api/guardian.management.commands.txt
docs/build/html/_sources/api/guardian.managers.txt
docs/build/html/_sources/api/guardian.models.txt
docs/build/html/_sources/api/guardian.shortcuts.txt
docs/build/html/_sources/api/guardian.templatetags.guardian_tags.txt
docs/build/html/_sources/api/guardian.utils.txt
docs/build/html/_sources/api/index.txt
docs/build/html/_sources/develop/changes.txt
docs/build/html/_sources/develop/example_project.txt
docs/build/html/_sources/develop/index.txt
docs/build/html/_sources/develop/testing.txt
docs/build/html/_sources/userguide/admin-integration.txt
docs/build/html/_sources/userguide/assign.txt
docs/build/html/_sources/userguide/caveats.txt
docs/build/html/_sources/userguide/check.txt
docs/build/html/_sources/userguide/index.txt
docs/build/html/_sources/userguide/remove.txt
docs/build/html/_static/ajax-loader.gif
docs/build/html/_static/basic.css
docs/build/html/_static/comment-bright.png
docs/build/html/_static/comment-close.png
docs/build/html/_static/comment.png
docs/build/html/_static/doctools.js
docs/build/html/_static/down-pressed.png
docs/build/html/_static/down.png
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/_static/up-pressed.png
docs/build/html/_static/up.png
docs/build/html/_static/websupport.js
docs/build/html/api/guardian.admin.html
docs/build/html/api/guardian.backends.html
docs/build/html/api/guardian.core.html
docs/build/html/api/guardian.decorators.html
docs/build/html/api/guardian.forms.html
docs/build/html/api/guardian.management.commands.html
docs/build/html/api/guardian.managers.html
docs/build/html/api/guardian.models.html
docs/build/html/api/guardian.shortcuts.html
docs/build/html/api/guardian.templatetags.guardian_tags.html
docs/build/html/api/guardian.utils.html
docs/build/html/api/index.html
docs/build/html/develop/changes.html
docs/build/html/develop/example_project.html
docs/build/html/develop/index.html
docs/build/html/develop/testing.html
docs/build/html/userguide/admin-integration.html
docs/build/html/userguide/assign.html
docs/build/html/userguide/caveats.html
docs/build/html/userguide/check.html
docs/build/html/userguide/index.html
docs/build/html/userguide/remove.html
docs/develop/changes.rst
docs/develop/example_project.rst
docs/develop/index.rst
docs/develop/testing.rst
docs/theme/nature/theme.conf
docs/theme/nature/static/nature.css_t
docs/theme/nature/static/pygments.css
docs/userguide/admin-integration.rst
docs/userguide/assign.rst
docs/userguide/caveats.rst
docs/userguide/check.rst
docs/userguide/index.rst
docs/userguide/remove.rst
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/posts/__init__.py
example_project/posts/admin.py
example_project/posts/models.py
example_project/posts/urls.py
example_project/posts/views.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
guardian/__init__.py
guardian/admin.py
guardian/backends.py
guardian/core.py
guardian/decorators.py
guardian/exceptions.py
guardian/forms.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/management/commands/__init__.py
guardian/management/commands/clean_orphan_obj_perms.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/templates/admin/guardian/contrib/grappelli/field.html
guardian/templates/admin/guardian/contrib/grappelli/obj_perms_manage.html
guardian/templates/admin/guardian/contrib/grappelli/obj_perms_manage_group.html
guardian/templates/admin/guardian/contrib/grappelli/obj_perms_manage_user.html
guardian/templates/admin/guardian/model/change_form.html
guardian/templates/admin/guardian/model/field.html
guardian/templates/admin/guardian/model/obj_perms_manage.html
guardian/templates/admin/guardian/model/obj_perms_manage_group.html
guardian/templates/admin/guardian/model/obj_perms_manage_user.html
guardian/templatetags/__init__.py
guardian/templatetags/guardian_tags.py
guardian/tests/__init__.py
guardian/tests/admin_test.py
guardian/tests/core_test.py
guardian/tests/custompkmodel_test.py
guardian/tests/decorators_test.py
guardian/tests/forms_test.py
guardian/tests/orphans_test.py
guardian/tests/other_test.py
guardian/tests/shortcuts_test.py
guardian/tests/tags_test.py
guardian/tests/utils_test.py