diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-12-07 03:42:25 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-12-07 03:42:25 +0000 |
| commit | 89ada943ee727df7c97302ae2167364391f3e96f (patch) | |
| tree | e006ed820db4804ed5fa8a40301f87b57855c8bb /docs/ref | |
| parent | 04ff1aff12b2603c055d50daa4649754eb995e0a (diff) | |
Fixed #9705 -- Call the Netherlands by their real name in the localflavor
documentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9580 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/localflavor.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/contrib/localflavor.txt b/docs/ref/contrib/localflavor.txt index 6771efc78d..65522b0572 100644 --- a/docs/ref/contrib/localflavor.txt +++ b/docs/ref/contrib/localflavor.txt @@ -47,12 +47,12 @@ Countries currently supported by :mod:`~django.contrib.localflavor` are: * Finland_ * France_ * Germany_ - * Holland_ * Iceland_ * India_ * Italy_ * Japan_ * Mexico_ + * `The Netherlands`_ * Norway_ * Peru_ * Poland_ @@ -86,7 +86,7 @@ Here's an example of how to use them:: .. _Finland: `Finland (fi)`_ .. _France: `France (fr)`_ .. _Germany: `Germany (de)`_ -.. _Holland: `Holland (nl)`_ +.. _The Netherlands: `The Netherlands (nl)`_ .. _Iceland: `Iceland (is\_)`_ .. _India: `India (in\_)`_ .. _Italy: `Italy (it)`_ @@ -286,8 +286,8 @@ Germany (``de``) A ``Select`` widget that uses a list of German states as its choices. -Holland (``nl``) -================ +The Netherlands (``nl``) +======================== .. class:: nl.forms.NLPhoneNumberField |
