brack3t / django-braces

Reusable, generic mixins for Django

Home Page:http://django-braces.readthedocs.org/en/latest/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-braces

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.

Build PyPI version codecov

Notes

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.

Installation

Install from PyPI with pip: pip install django-braces

Contributing

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.

Change Log

Changelog on Read The Docs

About

Reusable, generic mixins for Django

http://django-braces.readthedocs.org/en/latest/index.html

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.9%Language:HTML 0.1%