Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#19518 closed Bug (fixed)

Deprecation of localflavor not documented

Reported by: Aymeric Augustin Owned by: nobody
Component: Documentation Version: dev
Severity: Release blocker Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

django.contrib.localflavor was deprecated in 05b849162266c0df355bccdf53bd1e0617a19bb0.

This should be documented:

  • in the 1.5 release notes (all the more since the deprecation was accelerated)
  • in the deprecation timeline, in the 1.6 section

Change History (2)

comment:1 by Aymeric Augustin <aymeric.augustin@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 4500d3522defd7df869756e8ee2c876a747a8fa9:

Fixed #19518 -- Documented the deprecation of localflavor.

Also moved the contrib deprecations at the top of their section and made
minor markup fixes.

comment:2 by Aymeric Augustin <aymeric.augustin@…>, 11 years ago

In 0c79e5e347e3c5d3f942d4338bb5476f0277cd21:

[1.5.x] Fixed #19518 -- Documented the deprecation of localflavor.

Also moved the contrib deprecations at the top of their section and made
minor markup fixes.

Backport of 4500d35 from master.

Note: See TracTickets for help on using tickets.
Back to Top