-
Notifications
You must be signed in to change notification settings - Fork 0
[django-parity] gis.geos (geometry types) #443
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:
gis.geos(geometry types)Django doc: above
Status in rustango: MISSING
Category: 24. contrib modules
Gap (from audit)
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