diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-12-26 14:19:28 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-12-26 14:29:07 +0100 |
| commit | 4500d3522defd7df869756e8ee2c876a747a8fa9 (patch) | |
| tree | 650e6dfb3f351c71491532c2b9351e2002b9edd9 /docs/ref | |
| parent | 0907d3c6f511ef3dc68d381389a32b9b54ae4be7 (diff) | |
Fixed #19518 -- Documented the deprecation of localflavor.
Also moved the contrib deprecations at the top of their section and made
minor markup fixes.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/localflavor.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ref/contrib/localflavor.txt b/docs/ref/contrib/localflavor.txt index 9bb27e6e74..84569feebe 100644 --- a/docs/ref/contrib/localflavor.txt +++ b/docs/ref/contrib/localflavor.txt @@ -37,6 +37,8 @@ file. .. _ISO 3166 country code: http://www.iso.org/iso/country_codes.htm +.. _localflavor-how-to-migrate: + How to migrate ============== @@ -60,6 +62,8 @@ The code in the new packages is the same (it was copied directly from Django), so you don't have to worry about backwards compatibility in terms of functionality. Only the imports have changed. +.. _localflavor-deprecation-policy: + Deprecation policy ================== @@ -70,6 +74,8 @@ change it as soon as possible. In Django 1.6, importing from ``django.contrib.localflavor`` will no longer work. +.. _localflavor-packages: + Supported countries =================== |
