beda-software/drf-writable-nested
Writable nested model serializer for Django REST Framework observed · 2026-08-28
Health v2 · maintenance only
44/100
- Activity 42
- Release rhythm 16
- Longevity 100
Flags: no_license
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: 132
- age_days: 3483
- days_rel: 541
- days_push: 352
- n_releases_24m: 2
Adoption not part of the score
1140 stars · 115 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library providing writable nested model serializers for Django REST Framework, enabling creation and updates of models with related nested data. It supports OneToOne, ForeignKey, ManyToMany, and GenericRelation relations.
Use cases
- create/update django models with nested related data in one request
- writable nested serializers for django rest framework
- save reverse foreign key relations through a parent serializer
- handle one-to-one and many-to-many nested writes in DRF
- avoid manually overriding create and update for nested serializers
When to choose
- you use Django REST Framework and need to persist nested related objects in a single API call
- your API payloads include nested representations of related models that must be created or updated together
When to avoid
- you don't use Django or Django REST Framework
- you only need read-only nested serialization, which DRF supports natively
- you need m2m relations with through models, which are not supported
Facets
library · maturity active
serialization orm web-development backend apis python django django-rest-framework drf nested-serializers rest-api
2 sources
- readme: https://github.com/beda-software/drf-writable-nested · fetched 2026-08-28 · 1d65e4431c0d
- registry_pypi: https://pypi.org/pypi/drf-writable-nested/json · fetched 2026-08-29 · 082d85169fac
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| beda-software/drf-writable-nested | main | 44 |
For agents
markdown · JSON · MCP: product_card(name="beda-software/drf-writable-nested")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem