-
Notifications
You must be signed in to change notification settings - Fork 0
[django-parity] Browsable API HTML #441
Copy link
Copy link
Open
Labels
django-parityDjango 6.0 parity gap (from docs.djangoproject.com/en/6.0 audit)Django 6.0 parity gap (from docs.djangoproject.com/en/6.0 audit)priority:lowBacklog / out of priority — pick up only when higher-priority work is clearBacklog / out of priority — pick up only when higher-priority work is clear
Metadata
Metadata
Assignees
Labels
django-parityDjango 6.0 parity gap (from docs.djangoproject.com/en/6.0 audit)Django 6.0 parity gap (from docs.djangoproject.com/en/6.0 audit)priority:lowBacklog / out of priority — pick up only when higher-priority work is clearBacklog / out of priority — pick up only when higher-priority work is clear
Django capability: Browsable API HTML
Django doc: https://www.django-rest-framework.org/topics/browsable-api/
Status in rustango: MISSING
Category: 23. DRF (Django REST Framework) parity
Gap (from audit)
Use Swagger UI mount instead.
Before scoping a PR, grep the codebase for related primitives — rustango sometimes ships a better-shaped equivalent that doesn't match Django muscle memory (e.g. Django
FileField↔ rustangoMediarow + FK: same capability, different DX). Read the full row + neighboring rows in docs/django-parity-audit-2026-05-21.md before assuming "build from scratch."Acceptance criteria
cargo build --no-default-features --features sqlite,tenancypasses the litmus (or, if the capability is PG-only by language semantics, gate behind#[cfg(feature = "postgres")]and document)MISSING→SHIPPEDwith pointer in docs/django-parity-audit-2026-05-21.md