summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2011-03-17 00:59:30 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2011-03-17 00:59:30 +0000
commit1af33427cb4d6e4ec12c61b68d9da738754b429d (patch)
treeb1a83e22d7fd12c381f2cda188eb91c11a1fed86 /docs
parentc2ae6b2af7dcedaf4f6639da184912b6e4b3c1f1 (diff)
Fixed #15623 -- Corrected province codes for Canadian localflavor. Thanks to shelldweller for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15864 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.3.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/1.3.txt b/docs/releases/1.3.txt
index 7d4dfaca64..8a9a209897 100644
--- a/docs/releases/1.3.txt
+++ b/docs/releases/1.3.txt
@@ -475,6 +475,11 @@ local flavors:
has been removed from the province list in favor of the new
official designation "Aceh (ACE)".
+ * Canada (ca) -- The province "Newfoundland and Labrador" has
+ had its province code updated to "NL", rather than the
+ older "NF". In addition, the Yukon Territory has had its
+ province code corrected to "YT", instead of "YK".
+
FormSet updates
~~~~~~~~~~~~~~~