1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #17798 -- Tweaked the CA localflavor.

Thanks shelldweller.
This commit is contained in:
Aymeric Augustin
2012-05-10 22:19:01 +02:00
parent 73f7d34699
commit 46648b641d
3 changed files with 5 additions and 5 deletions

View File

@@ -44,6 +44,9 @@ Django 1.5 also includes several smaller improvements worth noting:
* :mod:`django.utils.timezone` provides a helper for converting aware
datetimes between time zones. See :func:`~django.utils.timezone.localtime`.
* In the localflavor for Canada, "pq" was added to the acceptable codes for
Quebec. It's an old abbreviation.
Backwards incompatible changes in 1.5
=====================================