brack3t/django-braces
Reusable, generic mixins for Django observed · 2026-08-28
Health v2 · maintenance only
35/100
- Activity 11
- Release rhythm 28
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 87
- age_days: 5297
- days_rel: 534
- days_push: 534
- n_releases_24m: 2
Adoption not part of the score
2019 stars · 217 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A collection of reusable, generic mixins for Django's class-based views, replicating function-based view decorator behavior and solving common CBV pain points. It is stable and time-tested but no longer in active development, supporting only Python versions and Django LTS releases still receiving fixes.
Use cases
- add login or permission requirements to Django class-based views
- replicate function-based view decorators on class-based views
- handle AJAX and JSON responses in Django CBVs
- control form handling and success redirects in class-based views
- solve common headaches when working with Django CBVs
When to choose
- you use Django class-based views and want decorator-like behavior as mixins
- you need battle-tested, stable mixins with minimal maintenance risk
- you are on a supported Django LTS version and want drop-in CBV helpers
When to avoid
- you need a library under active development with frequent updates
- you prefer writing your own mixins or using Django's built-in LoginRequired/PermissionRequiredMixin
- you run unsupported Python or non-LTS Django versions outside the officially supported range
Facets
library · maturity maintenance
web-framework middleware auth form-handling developer-tools web-development backend developer-tools python django class-based-views cbv mixins reusable-components view-decorators forms web-server
2 sources
- readme: https://github.com/brack3t/django-braces · fetched 2026-08-28 · 9af192b5d8b6
- registry_pypi: https://pypi.org/pypi/django-braces/json · fetched 2026-08-29 · 71116ddb746c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| brack3t/django-braces | main | 35 |
For agents
markdown · JSON · MCP: product_card(name="brack3t/django-braces")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem