mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #8210 and #8664: moved USStateField
and PhoneNumberField
to django.contrib.localflavor.us
. This is a backwards-incompatible change, albeit a minor one; just add an aditional import
and go on your way.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8819 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
4f225d44ce
commit
3a18002bbd
14 changed files with 53 additions and 48 deletions
|
@ -649,3 +649,8 @@ United States of America (``us``)
|
|||
|
||||
A form ``Select`` widget that uses a list of U.S. states/territories as its
|
||||
choices.
|
||||
|
||||
.. class:: us.models.USStateField
|
||||
|
||||
A model field that forms represent as a ``forms.USStateField`` field and
|
||||
stores the two-letter U.S. state abbreviation in the database.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue