https://github.com/brack3t/django-braces
Reusable, generic mixins for Django
https://github.com/brack3t/django-braces
cbv cbvs class-based django django-braces python views
Last synced: 6 days ago
JSON representation
Reusable, generic mixins for Django
- Host: GitHub
- URL: https://github.com/brack3t/django-braces
- Owner: brack3t
- License: bsd-3-clause
- Created: 2012-03-02T20:02:51.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T23:51:48.000Z (about 1 month ago)
- Last Synced: 2025-03-17T11:55:30.147Z (29 days ago)
- Topics: cbv, cbvs, class-based, django, django-braces, python, views
- Language: Python
- Homepage: http://django-braces.readthedocs.org/en/latest/index.html
- Size: 8.42 MB
- Stars: 1,968
- Watchers: 52
- Forks: 220
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- -awesome-django - django-braces - Reusable, generic mixins. (Third-Party Packages / Views)
- awesome-django - django-braces - Reusable, generic mixins. (Third-Party Packages / Views)
- starred-awesome - django-braces - Reusable, generic mixins for Django (Python)
README
# 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](https://django-braces.readthedocs.io/en/latest/index.html).
[](http://badge.fury.io/py/django-braces)
[](https://codecov.io/gh/brack3t/django-braces)## 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](https://django-braces.readthedocs.io/en/latest/contributing.html)
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](https://django-braces.readthedocs.io/en/latest/changelog.html)