Author: adrian
Date: 2007-03-05 13:55:29 -0600 (Mon, 05 Mar 2007)
New Revision: 4665
Modified:
django/trunk/django/contrib/localflavor/usa/us_states.py
Log:
Fixed #3654 -- Added missing Mass. to us_states.py in localflavor. Thanks,
joe4444
Modified: django/trunk/django/contrib/localflavor/usa/us_states.py
===================================================================
--- django/trunk/django/contrib/localflavor/usa/us_states.py 2007-03-02
08:59:21 UTC (rev 4664)
+++ django/trunk/django/contrib/localflavor/usa/us_states.py 2007-03-05
19:55:29 UTC (rev 4665)
@@ -32,6 +32,7 @@
('ME', 'Maine'),
('MH', 'Marshall Islands'),
('MD', 'Maryland'),
+ ('MA', 'Massachusetts'),
('MI', 'Michigan'),
('MN', 'Minnesota'),
('MS', 'Mississippi'),
@@ -235,4 +236,4 @@
'wy': 'WY',
'wyo': 'WY',
'wyoming': 'WY',
-}
\ No newline at end of file
+}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---