.travis.yml
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
django_fastview.egg-info/PKG-INFO
django_fastview.egg-info/SOURCES.txt
django_fastview.egg-info/dependency_links.txt
django_fastview.egg-info/not-zip-safe
django_fastview.egg-info/requires.txt
django_fastview.egg-info/top_level.txt
docs/Makefile
docs/conf.py
fastview/__init__.py
fastview/constants.py
fastview/exceptions.py
fastview/forms.py
fastview/permissions.py
fastview/urls.py
fastview/static/fastview/840a8f8ca0e51460c57d.svg
fastview/static/fastview/aa8ceca4947e6867a81f.svg
fastview/static/fastview/index.css
fastview/static/fastview/index.js
fastview/static/fastview/index.js.map
fastview/templates/fastview/base.html
fastview/templates/fastview/create.html
fastview/templates/fastview/delete.html
fastview/templates/fastview/detail.html
fastview/templates/fastview/list.html
fastview/templates/fastview/update.html
fastview/templates/fastview/auth/logged_out.html
fastview/templates/fastview/auth/login.html
fastview/templates/fastview/auth/password_change_done.html
fastview/templates/fastview/auth/password_change_form.html
fastview/templates/fastview/auth/password_reset_complete.html
fastview/templates/fastview/auth/password_reset_confirm.html
fastview/templates/fastview/auth/password_reset_done.html
fastview/templates/fastview/auth/password_reset_form.html
fastview/templates/fastview/auth/includes/login_form.html
fastview/templates/fastview/filters/choices.html
fastview/templates/fastview/filters/date_hierarchy.html
fastview/templates/fastview/filters/tree.html
fastview/templates/fastview/fragments/list.html
fastview/templates/fastview/includes/list/filter.html
fastview/templates/fastview/includes/list/pagination.html
fastview/templatetags/__init__.py
fastview/templatetags/fastview.py
fastview/viewgroups/__init__.py
fastview/viewgroups/auth.py
fastview/viewgroups/base.py
fastview/views/__init__.py
fastview/views/display.py
fastview/views/filters.py
fastview/views/generic.py
fastview/views/inlines.py
fastview/views/mixins.py
fastview/views/objects.py
tests/__init__.py
tests/conftest.py
tests/fixtures.py
tests/makemigrations.py
tests/requirements.in
tests/requirements.txt
tests/test_inlines.py
tests/test_javascript.py
tests/test_permissions.py
tests/test_viewgroups.py
tests/app/__init__.py
tests/app/models.py
tests/app/urls.py
tests/app/migrations/0001_initial.py
tests/app/migrations/__init__.py
tests/app/templates/base.html