# AndrewIngram/django-extra-views

Django's class-based generic views are awesome, let's have more of them.

Repository: https://github.com/AndrewIngram/django-extra-views
Canonical: https://ross.abutalabs.com/products/django-extra-views
Language: Python
License: MIT
License Family: permissive
Topics: django
Last push: 2025-04-28T07:04:07+00:00

## Health v2 (maintenance only)
Score: 31/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 18, release rhythm 8, longevity 100
- inputs: {"age_days": 5588, "days_push": 492, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1436, forks 170 (observed 2026-08-28T04:04:43.548965+00:00)

## What it is
django-extra-views is a Python library providing additional class-based generic views for Django, covering patterns like formsets, inline formsets, and combined model-plus-inlines editing. It extends Django's built-in generic views with mixins for sorting, searching, and success messages.

## Use cases
- create a view that edits a model and multiple inline formsets at once
- build formset-based views like Django's admin change forms
- edit related child objects inline on a parent model page
- add search or sorting to a generic ListView
- handle generic foreign key inline formsets in a view

## When to avoid
- you only need simple single-model CRUD covered by Django's built-in generic views
- you use a non-Django Python web framework
- you need paginated ModelFormSet views, which are not yet supported

## Facets
- artifact type: library
- maturity: active
- function: web-framework, form-handling, routing
- domain: web-development, backend, developer-tools
- platform: python
- tags: django, class-based-views, formsets, inline-formsets, generic-views, web-server

## Member repositories
- AndrewIngram/django-extra-views (main) score 31

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:43.548965+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:36:45.509736+00:00, confidence not recorded.
  - readme: https://github.com/AndrewIngram/django-extra-views (fetched 2026-08-28T04:04:43.548965+00:00, sha defd4a2c5030)
  - registry_pypi: https://pypi.org/pypi/django-extra-views/json (fetched 2026-08-29T11:47:34.600663+00:00, sha 05d70a5b7bf6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
