Skip to content

brack3t/django-braces

Repository files navigation

django-braces

django-bracesprovides 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 inthe documentation.

Build PyPI version codecov

Notes

django-bracesis stable and time-tested. It does not receive a lot of updates and is not in active development.

django-bracesalso only officially supports Python version that are still receiving fixes and Django LTS versions.django-braceswill work with most modern version of Python and Django, however.

Installation

Install from PyPI withpip:pip install django-braces

Contributing

See ourcontribution guide

Add yourself toCONTRIBUTORS.txtif you want.

All development dependencies are available inrequirements.txtfile.

To run the test suite, please installpytestand runpytestat the root of the repository.

Change Log

Changelog on Read The Docs