Skip to content

[django-parity] Currency / region formatting #428

@ujeenet

Description

@ujeenet

Django capability: Currency / region formatting
Django doc: https://docs.djangoproject.com/en/6.0/ref/settings/#languages
Status in rustango: MISSING
Category: 20. i18n / l10n

Gap (from audit)

⚠️ Prior investigation required

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 ↔ rustango Media row + 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

  • Tri-dialect — cargo build --no-default-features --features sqlite,tenancy passes the litmus (or, if the capability is PG-only by language semantics, gate behind #[cfg(feature = "postgres")] and document)
  • Lib unit test + one live test on the cheapest dialect for the new capability
  • Audit row updated MISSINGSHIPPED with pointer in docs/django-parity-audit-2026-05-21.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    django-parityDjango 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 clear

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions