mirror of https://github.com/django/django.git
Fixed #8516: Corrected typos in UK localflavor documentation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8734 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
2c1166e66d
commit
3fc6b10a0e
|
@ -606,11 +606,11 @@ United Kingdom (``uk``)
|
|||
expression used is sourced from the schema for British Standard BS7666
|
||||
address types at http://www.govtalk.gov.uk/gdsc/schemas/bs7666-v2-0.xsd.
|
||||
|
||||
.. class:: ch.forms.UKCountySelect
|
||||
.. class:: uk.forms.UKCountySelect
|
||||
|
||||
A ``Select`` widget that uses a list of UK counties/regions as its choices.
|
||||
|
||||
.. class:: ch.forms.UKNationSelect
|
||||
.. class:: uk.forms.UKNationSelect
|
||||
|
||||
A ``Select`` widget that uses a list of UK nations as its choices.
|
||||
|
||||
|
|
Loading…
Reference in New Issue