diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2011-03-17 00:59:30 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2011-03-17 00:59:30 +0000 |
| commit | 1af33427cb4d6e4ec12c61b68d9da738754b429d (patch) | |
| tree | b1a83e22d7fd12c381f2cda188eb91c11a1fed86 /docs | |
| parent | c2ae6b2af7dcedaf4f6639da184912b6e4b3c1f1 (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.txt | 5 |
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 ~~~~~~~~~~~~~~~ |
