Skip to content

brack3t/django-braces

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Co-authored-by: Melanie Crutchfield <hellomelaniec@gmail.com>
df847c9

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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