django-braces
provides useful Mixins for Django's class-based views.
Most of these mixins replicate the behavior of Django's function-based view
decorators. Others solve common headaches with working with class-based views.
You can read more in the documentation.
django-braces
is stable and time-tested. It does not receive a lot of updates
and is not in active development.
django-braces
also only officially supports Python version that are still
receiving fixes and Django LTS versions. django-braces
will work with most
modern version of Python and Django, however.
Install from PyPI with pip
: pip install django-braces
See our contribution guide
Add yourself to CONTRIBUTORS.txt
if you want.
All development dependencies are available in requirements.txt
file.
To run the test suite, please install pytest
and run pytest
at the root
of the repository.