1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
CONTRIBUTORS.txt
LICENSE
MANIFEST.in
README.md
conftest.py
pyproject.toml
requirements.txt
setup.cfg
setup.py
braces/__init__.py
braces/forms.py
braces/views/__init__.py
braces/views/_access.py
braces/views/_ajax.py
braces/views/_forms.py
braces/views/_other.py
braces/views/_queries.py
django_braces.egg-info/PKG-INFO
django_braces.egg-info/SOURCES.txt
django_braces.egg-info/dependency_links.txt
django_braces.egg-info/not-zip-safe
django_braces.egg-info/requires.txt
django_braces.egg-info/top_level.txt
docs/Makefile
docs/access.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/form.rst
docs/index.rst
docs/other.rst
tests/__init__.py
tests/backends.py
tests/factories.py
tests/forms.py
tests/helpers.py
tests/models.py
tests/settings.py
tests/test_access_mixins.py
tests/test_ajax_mixins.py
tests/test_forms.py
tests/test_other_mixins.py
tests/test_queries.py
tests/urls.py
tests/urls_namespaced.py
tests/views.py
tests/templates/404.html
tests/templates/blank.html
tests/templates/form.html
|