diff options
| author | Tim Graham <timograham@gmail.com> | 2013-07-19 02:30:27 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-07-19 02:30:27 -0700 |
| commit | 997e305d24b0245085a8364fe7ed15b8def82e0b (patch) | |
| tree | eb493882f9742227675bcc14b69ed6190d2eca52 | |
| parent | 46699862289528f2bf0ff6c299c66b75bf4f37ce (diff) | |
| parent | 97e5398629e36a84d3553dbe7d6eeeaa7d87ae30 (diff) | |
Merge pull request #1375 from Matt-Stevens/master
Fixed Croatia's country code in `localflavor` docs
| -rw-r--r-- | docs/topics/localflavor.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/localflavor.txt b/docs/topics/localflavor.txt index 8ae435463d..8bc8b2f9e3 100644 --- a/docs/topics/localflavor.txt +++ b/docs/topics/localflavor.txt @@ -48,7 +48,7 @@ The following countries have django-localflavor- packages. * Chile: https://github.com/django/django-localflavor-cl * China: https://github.com/django/django-localflavor-cn * Colombia: https://github.com/django/django-localflavor-co -* Croatia: https://github.com/django/django-localflavor-cr +* Croatia: https://github.com/django/django-localflavor-hr * Czech Republic: https://github.com/django/django-localflavor-cz * Ecuador: https://github.com/django/django-localflavor-ec * Finland: https://github.com/django/django-localflavor-fi |
