[Python-modules-commits] [python-django-localflavor] 01/03: Import django-localflavor_1.1.orig.tar.gz

Orestis Ioannou oorestisime-guest at moszumanska.debian.org
Wed Oct 21 11:20:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

oorestisime-guest pushed a commit to branch master
in repository python-django-localflavor.

commit 8c8c7742f6c7afe614c19cca135fb5f127c82cbf
Author: Orestis Ioannou <orestis at oioannou.com>
Date:   Wed Oct 21 10:16:32 2015 +0200

    Import django-localflavor_1.1.orig.tar.gz
---
 .coveragerc                                      |    6 +
 CONTRIBUTING.rst                                 |   60 +
 LICENSE                                          |   27 +
 MANIFEST.in                                      |   10 +
 PKG-INFO                                         |   53 +
 README.rst                                       |   29 +
 django_localflavor.egg-info/PKG-INFO             |   53 +
 django_localflavor.egg-info/SOURCES.txt          |  459 ++
 django_localflavor.egg-info/dependency_links.txt |    1 +
 django_localflavor.egg-info/not-zip-safe         |    1 +
 django_localflavor.egg-info/top_level.txt        |    1 +
 docs/Makefile                                    |  177 +
 docs/authors.rst                                 |   62 +
 docs/changelog.rst                               |   60 +
 docs/conf.py                                     |  328 +
 docs/extensions/__init__.py                      |    0
 docs/extensions/promises.py                      |   39 +
 docs/extensions/settings.py                      |    6 +
 docs/generic.rst                                 |   36 +
 docs/index.rst                                   |  271 +
 docs/localflavor/ar.rst                          |    7 +
 docs/localflavor/at.rst                          |    7 +
 docs/localflavor/au.rst                          |   20 +
 docs/localflavor/be.rst                          |   15 +
 docs/localflavor/br.rst                          |   13 +
 docs/localflavor/ca.rst                          |   15 +
 docs/localflavor/ch.rst                          |   13 +
 docs/localflavor/cl.rst                          |   13 +
 docs/localflavor/cn.rst                          |   13 +
 docs/localflavor/co.rst                          |   13 +
 docs/localflavor/cz.rst                          |   13 +
 docs/localflavor/de.rst                          |   13 +
 docs/localflavor/dk.rst                          |   20 +
 docs/localflavor/ec.rst                          |   13 +
 docs/localflavor/ee.rst                          |   15 +
 docs/localflavor/es.rst                          |   15 +
 docs/localflavor/fi.rst                          |   13 +
 docs/localflavor/fr.rst                          |   20 +
 docs/localflavor/gb.rst                          |   14 +
 docs/localflavor/gr.rst                          |    9 +
 docs/localflavor/hk.rst                          |    8 +
 docs/localflavor/hr.rst                          |   17 +
 docs/localflavor/id_.rst                         |   15 +
 docs/localflavor/ie_.rst                         |   13 +
 docs/localflavor/il.rst                          |    8 +
 docs/localflavor/in_.rst                         |   15 +
 docs/localflavor/is_.rst                         |   13 +
 docs/localflavor/it.rst                          |   34 +
 docs/localflavor/jp.rst                          |   13 +
 docs/localflavor/kw.rst                          |    8 +
 docs/localflavor/lt.rst                          |   15 +
 docs/localflavor/lv.rst                          |   15 +
 docs/localflavor/mk.rst                          |   19 +
 docs/localflavor/mt.rst                          |    9 +
 docs/localflavor/mx.rst                          |   19 +
 docs/localflavor/nl.rst                          |   20 +
 docs/localflavor/no.rst                          |   13 +
 docs/localflavor/nz.rst                          |   20 +
 docs/localflavor/pe.rst                          |   13 +
 docs/localflavor/pk.rst                          |   20 +
 docs/localflavor/pl.rst                          |   15 +
 docs/localflavor/pt.rst                          |   13 +
 docs/localflavor/py_.rst                         |   15 +
 docs/localflavor/ro.rst                          |   13 +
 docs/localflavor/ru.rst                          |   15 +
 docs/localflavor/se.rst                          |   19 +
 docs/localflavor/sg.rst                          |    9 +
 docs/localflavor/si.rst                          |   13 +
 docs/localflavor/sk.rst                          |   15 +
 docs/localflavor/tr.rst                          |   13 +
 docs/localflavor/us.rst                          |   35 +
 docs/localflavor/uy.rst                          |   19 +
 docs/localflavor/za.rst                          |   13 +
 docs/make.bat                                    |  242 +
 docs/requirements.txt                            |    2 +
 localflavor/__init__.py                          |    1 +
 localflavor/ar/__init__.py                       |    0
 localflavor/ar/ar_provinces.py                   |   33 +
 localflavor/ar/forms.py                          |  139 +
 localflavor/at/__init__.py                       |    0
 localflavor/at/at_states.py                      |   15 +
 localflavor/at/forms.py                          |   73 +
 localflavor/au/__init__.py                       |    0
 localflavor/au/au_states.py                      |   11 +
 localflavor/au/forms.py                          |   65 +
 localflavor/au/models.py                         |   54 +
 localflavor/be/__init__.py                       |    0
 localflavor/be/be_provinces.py                   |   16 +
 localflavor/be/be_regions.py                     |    8 +
 localflavor/be/forms.py                          |   76 +
 localflavor/br/__init__.py                       |    0
 localflavor/br/br_states.py                      |   33 +
 localflavor/br/forms.py                          |  199 +
 localflavor/br/models.py                         |   16 +
 localflavor/ca/__init__.py                       |    0
 localflavor/ca/ca_provinces.py                   |   57 +
 localflavor/ca/forms.py                          |  137 +
 localflavor/ch/__init__.py                       |    0
 localflavor/ch/ch_states.py                      |   32 +
 localflavor/ch/forms.py                          |  132 +
 localflavor/cl/__init__.py                       |    0
 localflavor/cl/cl_regions.py                     |   21 +
 localflavor/cl/forms.py                          |   99 +
 localflavor/cn/__init__.py                       |    0
 localflavor/cn/cn_provinces.py                   |   44 +
 localflavor/cn/forms.py                          |  218 +
 localflavor/co/__init__.py                       |    0
 localflavor/co/co_departments.py                 |   40 +
 localflavor/co/forms.py                          |   17 +
 localflavor/cz/__init__.py                       |    0
 localflavor/cz/cz_regions.py                     |   19 +
 localflavor/cz/forms.py                          |  140 +
 localflavor/de/__init__.py                       |    0
 localflavor/de/de_states.py                      |   22 +
 localflavor/de/forms.py                          |   99 +
 localflavor/dk/__init__.py                       |    0
 localflavor/dk/dk_municipalities.py              |  135 +
 localflavor/dk/dk_postalcodes.py                 | 1456 ++++
 localflavor/dk/forms.py                          |   58 +
 localflavor/ec/__init__.py                       |    0
 localflavor/ec/ec_provinces.py                   |   30 +
 localflavor/ec/forms.py                          |   16 +
 localflavor/ee/__init__.py                       |    0
 localflavor/ee/ee_counties.py                    |   24 +
 localflavor/ee/forms.py                          |   90 +
 localflavor/es/__init__.py                       |    0
 localflavor/es/es_provinces.py                   |   58 +
 localflavor/es/es_regions.py                     |   25 +
 localflavor/es/forms.py                          |  209 +
 localflavor/fi/__init__.py                       |    0
 localflavor/fi/fi_municipalities.py              |  348 +
 localflavor/fi/forms.py                          |   64 +
 localflavor/fr/__init__.py                       |    0
 localflavor/fr/forms.py                          |  254 +
 localflavor/fr/fr_department.py                  |  123 +
 localflavor/fr/fr_region.py                      |   35 +
 localflavor/fr/models.py                         |   42 +
 localflavor/gb/__init__.py                       |    0
 localflavor/gb/forms.py                          |   58 +
 localflavor/gb/gb_regions.py                     |  199 +
 localflavor/generic/__init__.py                  |    0
 localflavor/generic/checksums.py                 |   25 +
 localflavor/generic/countries/__init__.py        |    0
 localflavor/generic/countries/iso_3166.py        |  255 +
 localflavor/generic/countries/sepa.py            |   44 +
 localflavor/generic/forms.py                     |  135 +
 localflavor/generic/models.py                    |   83 +
 localflavor/generic/validators.py                |  203 +
 localflavor/gr/__init__.py                       |    0
 localflavor/gr/forms.py                          |  118 +
 localflavor/hk/__init__.py                       |    0
 localflavor/hk/forms.py                          |   71 +
 localflavor/hr/__init__.py                       |    0
 localflavor/hr/forms.py                          |  280 +
 localflavor/hr/hr_choices.py                     |   99 +
 localflavor/id_/__init__.py                      |    0
 localflavor/id_/forms.py                         |  217 +
 localflavor/id_/id_choices.py                    |  100 +
 localflavor/ie/__init__.py                       |    0
 localflavor/ie/forms.py                          |   17 +
 localflavor/ie/ie_counties.py                    |   31 +
 localflavor/il/__init__.py                       |    0
 localflavor/il/forms.py                          |   82 +
 localflavor/in_/__init__.py                      |    0
 localflavor/in_/forms.py                         |  175 +
 localflavor/in_/in_states.py                     |  130 +
 localflavor/in_/models.py                        |   17 +
 localflavor/is_/__init__.py                      |    0
 localflavor/is_/forms.py                         |   94 +
 localflavor/is_/is_postalcodes.py                |  156 +
 localflavor/it/__init__.py                       |    0
 localflavor/it/forms.py                          |  141 +
 localflavor/it/it_province.py                    |  122 +
 localflavor/it/it_region.py                      |   38 +
 localflavor/it/util.py                           |   72 +
 localflavor/jp/__init__.py                       |    0
 localflavor/jp/forms.py                          |   49 +
 localflavor/jp/jp_prefectures.py                 |  111 +
 localflavor/kw/__init__.py                       |    0
 localflavor/kw/forms.py                          |   66 +
 localflavor/locale/ar/LC_MESSAGES/django.mo      |  Bin 0 -> 21038 bytes
 localflavor/locale/ar/LC_MESSAGES/django.po      | 8978 +++++++++++++++++++++
 localflavor/locale/az/LC_MESSAGES/django.mo      |  Bin 0 -> 28011 bytes
 localflavor/locale/az/LC_MESSAGES/django.po      | 8976 +++++++++++++++++++++
 localflavor/locale/bg/LC_MESSAGES/django.mo      |  Bin 0 -> 28233 bytes
 localflavor/locale/bg/LC_MESSAGES/django.po      | 8978 +++++++++++++++++++++
 localflavor/locale/bn/LC_MESSAGES/django.mo      |  Bin 0 -> 703 bytes
 localflavor/locale/bn/LC_MESSAGES/django.po      | 8662 +++++++++++++++++++++
 localflavor/locale/bs/LC_MESSAGES/django.mo      |  Bin 0 -> 11064 bytes
 localflavor/locale/bs/LC_MESSAGES/django.po      | 8977 +++++++++++++++++++++
 localflavor/locale/ca/LC_MESSAGES/django.mo      |  Bin 0 -> 23075 bytes
 localflavor/locale/ca/LC_MESSAGES/django.po      | 8980 +++++++++++++++++++++
 localflavor/locale/cs/LC_MESSAGES/django.mo      |  Bin 0 -> 58570 bytes
 localflavor/locale/cs/LC_MESSAGES/django.po      | 8978 +++++++++++++++++++++
 localflavor/locale/cy/LC_MESSAGES/django.mo      |  Bin 0 -> 3232 bytes
 localflavor/locale/cy/LC_MESSAGES/django.po      | 8978 +++++++++++++++++++++
 localflavor/locale/da/LC_MESSAGES/django.mo      |  Bin 0 -> 16155 bytes
 localflavor/locale/da/LC_MESSAGES/django.po      | 8981 +++++++++++++++++++++
 localflavor/locale/de/LC_MESSAGES/django.mo      |  Bin 0 -> 40787 bytes
 localflavor/locale/de/LC_MESSAGES/django.po      | 8980 +++++++++++++++++++++
 localflavor/locale/el/LC_MESSAGES/django.mo      |  Bin 0 -> 25921 bytes
 localflavor/locale/el/LC_MESSAGES/django.po      | 8978 +++++++++++++++++++++
 localflavor/locale/en/LC_MESSAGES/django.mo      |  Bin 0 -> 381 bytes
 localflavor/locale/en/LC_MESSAGES/django.po      | 8974 +++++++++++++++++++++
 localflavor/locale/en_GB/LC_MESSAGES/django.mo   |  Bin 0 -> 515 bytes
 localflavor/locale/en_GB/LC_MESSAGES/django.po   | 8662 +++++++++++++++++++++
 localflavor/locale/eo/LC_MESSAGES/django.mo      |  Bin 0 -> 44931 bytes
 localflavor/locale/eo/LC_MESSAGES/django.po      | 8977 +++++++++++++++++++++
 localflavor/locale/es/LC_MESSAGES/django.mo      |  Bin 0 -> 49464 bytes
 localflavor/locale/es/LC_MESSAGES/django.po      | 8985 +++++++++++++++++++++
 localflavor/locale/es_AR/LC_MESSAGES/django.mo   |  Bin 0 -> 53475 bytes
 localflavor/locale/es_AR/LC_MESSAGES/django.po   | 8978 +++++++++++++++++++++
 localflavor/locale/es_MX/LC_MESSAGES/django.mo   |  Bin 0 -> 22795 bytes
 localflavor/locale/es_MX/LC_MESSAGES/django.po   | 8978 +++++++++++++++++++++
 localflavor/locale/et/LC_MESSAGES/django.mo      |  Bin 0 -> 29367 bytes
 localflavor/locale/et/LC_MESSAGES/django.po      | 8979 +++++++++++++++++++++
 localflavor/locale/eu/LC_MESSAGES/django.mo      |  Bin 0 -> 23646 bytes
 localflavor/locale/eu/LC_MESSAGES/django.po      | 8977 +++++++++++++++++++++
 localflavor/locale/fa/LC_MESSAGES/django.mo      |  Bin 0 -> 3790 bytes
 localflavor/locale/fa/LC_MESSAGES/django.po      | 8979 +++++++++++++++++++++
 localflavor/locale/fi/LC_MESSAGES/django.mo      |  Bin 0 -> 13370 bytes
 localflavor/locale/fi/LC_MESSAGES/django.po      | 8977 +++++++++++++++++++++
 localflavor/locale/fr/LC_MESSAGES/django.mo      |  Bin 0 -> 70765 bytes
 localflavor/locale/fr/LC_MESSAGES/django.po      | 8980 +++++++++++++++++++++
 localflavor/locale/ga/LC_MESSAGES/django.mo      |  Bin 0 -> 21618 bytes
 localflavor/locale/ga/LC_MESSAGES/django.po      | 8977 +++++++++++++++++++++
 localflavor/locale/gl/LC_MESSAGES/django.mo      |  Bin 0 -> 11287 bytes
 localflavor/locale/gl/LC_MESSAGES/django.po      | 8978 +++++++++++++++++++++
 localflavor/locale/he/LC_MESSAGES/django.mo      |  Bin 0 -> 65987 bytes
 localflavor/locale/he/LC_MESSAGES/django.po      | 8978 +++++++++++++++++++++
 localflavor/locale/hi/LC_MESSAGES/django.mo      |  Bin 0 -> 69194 bytes
 localflavor/locale/hi/LC_MESSAGES/django.po      | 8978 +++++++++++++++++++++
 localflavor/locale/hr/LC_MESSAGES/django.mo      |  Bin 0 -> 12967 bytes
 localflavor/locale/hr/LC_MESSAGES/django.po      | 8977 +++++++++++++++++++++
 localflavor/locale/hu/LC_MESSAGES/django.mo      |  Bin 0 -> 26075 bytes
 localflavor/locale/hu/LC_MESSAGES/django.po      | 8980 +++++++++++++++++++++
 localflavor/locale/id/LC_MESSAGES/django.mo      |  Bin 0 -> 16924 bytes
 localflavor/locale/id/LC_MESSAGES/django.po      | 8979 +++++++++++++++++++++
 localflavor/locale/is/LC_MESSAGES/django.mo      |  Bin 0 -> 5018 bytes
 localflavor/locale/is/LC_MESSAGES/django.po      | 8978 +++++++++++++++++++++
 localflavor/locale/it/LC_MESSAGES/django.mo      |  Bin 0 -> 30275 bytes
 localflavor/locale/it/LC_MESSAGES/django.po      | 8981 +++++++++++++++++++++
 localflavor/locale/ja/LC_MESSAGES/django.mo      |  Bin 0 -> 21104 bytes
 localflavor/locale/ja/LC_MESSAGES/django.po      | 8977 +++++++++++++++++++++
 localflavor/locale/ka/LC_MESSAGES/django.mo      |  Bin 0 -> 33932 bytes
 localflavor/locale/ka/LC_MESSAGES/django.po      | 8977 +++++++++++++++++++++
 localflavor/locale/km/LC_MESSAGES/django.mo      |  Bin 0 -> 708 bytes
 localflavor/locale/km/LC_MESSAGES/django.po      | 8662 +++++++++++++++++++++
 localflavor/locale/kn/LC_MESSAGES/django.mo      |  Bin 0 -> 777 bytes
 localflavor/locale/kn/LC_MESSAGES/django.po      | 8662 +++++++++++++++++++++
 localflavor/locale/ko/LC_MESSAGES/django.mo      |  Bin 0 -> 27597 bytes
 localflavor/locale/ko/LC_MESSAGES/django.po      | 8977 +++++++++++++++++++++
 localflavor/locale/lt/LC_MESSAGES/django.mo      |  Bin 0 -> 40229 bytes
 localflavor/locale/lt/LC_MESSAGES/django.po      | 8982 +++++++++++++++++++++
 localflavor/locale/lv/LC_MESSAGES/django.mo      |  Bin 0 -> 21071 bytes
 localflavor/locale/lv/LC_MESSAGES/django.po      | 8977 +++++++++++++++++++++
 localflavor/locale/mk/LC_MESSAGES/django.mo      |  Bin 0 -> 52647 bytes
 localflavor/locale/mk/LC_MESSAGES/django.po      | 8979 +++++++++++++++++++++
 localflavor/locale/mn/LC_MESSAGES/django.mo      |  Bin 0 -> 51391 bytes
 localflavor/locale/mn/LC_MESSAGES/django.po      | 8986 ++++++++++++++++++++++
 localflavor/locale/nb/LC_MESSAGES/django.mo      |  Bin 0 -> 57574 bytes
 localflavor/locale/nb/LC_MESSAGES/django.po      | 8982 +++++++++++++++++++++
 localflavor/locale/nl/LC_MESSAGES/django.mo      |  Bin 0 -> 22930 bytes
 localflavor/locale/nl/LC_MESSAGES/django.po      | 8981 +++++++++++++++++++++
 localflavor/locale/nn/LC_MESSAGES/django.mo      |  Bin 0 -> 12289 bytes
 localflavor/locale/nn/LC_MESSAGES/django.po      | 8977 +++++++++++++++++++++
 localflavor/locale/pa/LC_MESSAGES/django.mo      |  Bin 0 -> 1860 bytes
 localflavor/locale/pa/LC_MESSAGES/django.po      | 8662 +++++++++++++++++++++
 localflavor/locale/pl/LC_MESSAGES/django.mo      |  Bin 0 -> 23158 bytes
 localflavor/locale/pl/LC_MESSAGES/django.po      | 8980 +++++++++++++++++++++
 localflavor/locale/pt/LC_MESSAGES/django.mo      |  Bin 0 -> 12686 bytes
 localflavor/locale/pt/LC_MESSAGES/django.po      | 8978 +++++++++++++++++++++
 localflavor/locale/pt_BR/LC_MESSAGES/django.mo   |  Bin 0 -> 34613 bytes
 localflavor/locale/pt_BR/LC_MESSAGES/django.po   | 8980 +++++++++++++++++++++
 localflavor/locale/ro/LC_MESSAGES/django.mo      |  Bin 0 -> 11631 bytes
 localflavor/locale/ro/LC_MESSAGES/django.po      | 8977 +++++++++++++++++++++
 localflavor/locale/ru/LC_MESSAGES/django.mo      |  Bin 0 -> 86306 bytes
 localflavor/locale/ru/LC_MESSAGES/django.po      | 8983 +++++++++++++++++++++
 localflavor/locale/sk/LC_MESSAGES/django.mo      |  Bin 0 -> 33029 bytes
 localflavor/locale/sk/LC_MESSAGES/django.po      | 8977 +++++++++++++++++++++
 localflavor/locale/sl/LC_MESSAGES/django.mo      |  Bin 0 -> 20518 bytes
 localflavor/locale/sl/LC_MESSAGES/django.po      | 8979 +++++++++++++++++++++
 localflavor/locale/sr/LC_MESSAGES/django.mo      |  Bin 0 -> 2587 bytes
 localflavor/locale/sr/LC_MESSAGES/django.po      | 8662 +++++++++++++++++++++
 localflavor/locale/sr_Latn/LC_MESSAGES/django.mo |  Bin 0 -> 2173 bytes
 localflavor/locale/sr_Latn/LC_MESSAGES/django.po | 8662 +++++++++++++++++++++
 localflavor/locale/sv/LC_MESSAGES/django.mo      |  Bin 0 -> 25489 bytes
 localflavor/locale/sv/LC_MESSAGES/django.po      | 8978 +++++++++++++++++++++
 localflavor/locale/ta/LC_MESSAGES/django.mo      |  Bin 0 -> 726 bytes
 localflavor/locale/ta/LC_MESSAGES/django.po      | 8662 +++++++++++++++++++++
 localflavor/locale/te/LC_MESSAGES/django.mo      |  Bin 0 -> 32222 bytes
 localflavor/locale/te/LC_MESSAGES/django.po      | 8977 +++++++++++++++++++++
 localflavor/locale/th/LC_MESSAGES/django.mo      |  Bin 0 -> 37629 bytes
 localflavor/locale/th/LC_MESSAGES/django.po      | 8979 +++++++++++++++++++++
 localflavor/locale/tr/LC_MESSAGES/django.mo      |  Bin 0 -> 71566 bytes
 localflavor/locale/tr/LC_MESSAGES/django.po      | 8983 +++++++++++++++++++++
 localflavor/locale/uk/LC_MESSAGES/django.mo      |  Bin 0 -> 43871 bytes
 localflavor/locale/uk/LC_MESSAGES/django.po      | 8978 +++++++++++++++++++++
 localflavor/locale/vi/LC_MESSAGES/django.mo      |  Bin 0 -> 4886 bytes
 localflavor/locale/vi/LC_MESSAGES/django.po      | 8976 +++++++++++++++++++++
 localflavor/locale/zh_CN/LC_MESSAGES/django.mo   |  Bin 0 -> 24670 bytes
 localflavor/locale/zh_CN/LC_MESSAGES/django.po   | 8979 +++++++++++++++++++++
 localflavor/locale/zh_TW/LC_MESSAGES/django.mo   |  Bin 0 -> 32049 bytes
 localflavor/locale/zh_TW/LC_MESSAGES/django.po   | 8980 +++++++++++++++++++++
 localflavor/lt/__init__.py                       |    0
 localflavor/lt/forms.py                          |  231 +
 localflavor/lt/lt_choices.py                     |   81 +
 localflavor/lv/__init__.py                       |    0
 localflavor/lv/forms.py                          |   85 +
 localflavor/lv/lv_choices.py                     |  129 +
 localflavor/mk/__init__.py                       |    0
 localflavor/mk/forms.py                          |  104 +
 localflavor/mk/mk_choices.py                     |   92 +
 localflavor/mk/models.py                         |   62 +
 localflavor/models.py                            |    7 +
 localflavor/mt/__init__.py                       |    0
 localflavor/mt/forms.py                          |   25 +
 localflavor/mx/__init__.py                       |    0
 localflavor/mx/forms.py                          |  280 +
 localflavor/mx/models.py                         |   88 +
 localflavor/mx/mx_states.py                      |   40 +
 localflavor/nl/__init__.py                       |    0
 localflavor/nl/forms.py                          |  109 +
 localflavor/nl/models.py                         |   67 +
 localflavor/nl/nl_provinces.py                   |   20 +
 localflavor/no/__init__.py                       |    0
 localflavor/no/forms.py                          |  107 +
 localflavor/no/no_municipalities.py              |   28 +
 localflavor/nz/__init__.py                       |    0
 localflavor/nz/forms.py                          |  144 +
 localflavor/nz/models.py                         |    0
 localflavor/nz/nz_councils.py                    |  102 +
 localflavor/nz/nz_provinces.py                   |   32 +
 localflavor/nz/nz_regions.py                     |   31 +
 localflavor/pe/__init__.py                       |    0
 localflavor/pe/forms.py                          |   77 +
 localflavor/pe/pe_region.py                      |   31 +
 localflavor/pk/__init__.py                       |    0
 localflavor/pk/forms.py                          |   63 +
 localflavor/pk/models.py                         |   54 +
 localflavor/pk/pk_states.py                      |   14 +
 localflavor/pl/__init__.py                       |    0
 localflavor/pl/forms.py                          |  231 +
 localflavor/pl/pl_administrativeunits.py         |  382 +
 localflavor/pl/pl_voivodeships.py                |   21 +
 localflavor/pt/__init__.py                       |    8 +
 localflavor/pt/forms.py                          |  154 +
 localflavor/pt/pt_regions.py                     |   27 +
 localflavor/py_/__init__.py                      |    0
 localflavor/py_/forms.py                         |   25 +
 localflavor/py_/py_department.py                 |   46 +
 localflavor/ro/__init__.py                       |    0
 localflavor/ro/forms.py                          |  218 +
 localflavor/ro/ro_counties.py                    |   48 +
 localflavor/ru/__init__.py                       |    0
 localflavor/ru/forms.py                          |   72 +
 localflavor/ru/ru_regions.py                     |  101 +
 localflavor/se/__init__.py                       |    0
 localflavor/se/forms.py                          |  162 +
 localflavor/se/se_counties.py                    |   30 +
 localflavor/se/utils.py                          |   87 +
 localflavor/sg/__init__.py                       |    0
 localflavor/sg/forms.py                          |  110 +
 localflavor/si/__init__.py                       |    0
 localflavor/si/forms.py                          |  170 +
 localflavor/si/si_postalcodes.py                 |  471 ++
 localflavor/sk/__init__.py                       |    0
 localflavor/sk/forms.py                          |   49 +
 localflavor/sk/sk_districts.py                   |   84 +
 localflavor/sk/sk_regions.py                     |   13 +
 localflavor/tr/__init__.py                       |    0
 localflavor/tr/forms.py                          |  112 +
 localflavor/tr/tr_provinces.py                   |   87 +
 localflavor/us/__init__.py                       |    0
 localflavor/us/forms.py                          |  158 +
 localflavor/us/models.py                         |  102 +
 localflavor/us/us_states.py                      |  330 +
 localflavor/uy/__init__.py                       |    0
 localflavor/uy/forms.py                          |   62 +
 localflavor/uy/util.py                           |   13 +
 localflavor/uy/uy_departments.py                 |   25 +
 localflavor/za/__init__.py                       |    0
 localflavor/za/forms.py                          |   78 +
 localflavor/za/za_provinces.py                   |   14 +
 setup.cfg                                        |   11 +
 setup.py                                         |  139 +
 tasks.py                                         |   61 +
 tests/__init__.py                                |    0
 tests/requirements.txt                           |    7 +
 tests/settings.py                                |   25 +
 tests/test_ar.py                                 |  106 +
 tests/test_at.py                                 |   50 +
 tests/test_au/__init__.py                        |    0
 tests/test_au/forms.py                           |   13 +
 tests/test_au/models.py                          |   15 +
 tests/test_au/tests.py                           |  108 +
 tests/test_be.py                                 |   81 +
 tests/test_br.py                                 |  162 +
 tests/test_ca.py                                 |  110 +
 tests/test_ch.py                                 |   79 +
 tests/test_checksums.py                          |   34 +
 tests/test_cl.py                                 |   58 +
 tests/test_cn.py                                 |  119 +
 tests/test_co.py                                 |   46 +
 tests/test_cz.py                                 |   79 +
 tests/test_de.py                                 |   51 +
 tests/test_dk.py                                 |  161 +
 tests/test_ec.py                                 |   37 +
 tests/test_ee.py                                 |   61 +
 tests/test_es.py                                 |  177 +
 tests/test_fi.py                                 |  383 +
 tests/test_fr.py                                 |  272 +
 tests/test_gb.py                                 |   32 +
 tests/test_generic.py                            |  306 +
 tests/test_gr.py                                 |   90 +
 tests/test_hk.py                                 |   36 +
 tests/test_hr.py                                 |  194 +
 tests/test_id.py                                 |  184 +
 tests/test_ie.py                                 |   40 +
 tests/test_il.py                                 |   73 +
 tests/test_in.py                                 |  197 +
 tests/test_is.py                                 |  203 +
 tests/test_it.py                                 |  275 +
 tests/test_jp.py                                 |  128 +
 tests/test_kw.py                                 |   17 +
 tests/test_lt.py                                 |  243 +
 tests/test_lv.py                                 |  173 +
 tests/test_mk/__init__.py                        |    0
 tests/test_mk/forms.py                           |   12 +
 tests/test_mk/models.py                          |   13 +
 tests/test_mk/tests.py                           |  309 +
 tests/test_mt.py                                 |   19 +
 tests/test_mx/__init__.py                        |    0
 tests/test_mx/forms.py                           |   12 +
 tests/test_mx/models.py                          |   12 +
 tests/test_mx/tests.py                           |  246 +
 tests/test_nl.py                                 |   97 +
 tests/test_no.py                                 |   84 +
 tests/test_nz.py                                 |  185 +
 tests/test_pk/__init__.py                        |    0
 tests/test_pk/forms.py                           |   13 +
 tests/test_pk/models.py                          |   14 +
 tests/test_pk/tests.py                           |  111 +
 tests/test_pl.py                                 |  490 ++
 tests/test_pt.py                                 |  131 +
 tests/test_py.py                                 |   56 +
 tests/test_ro.py                                 |  153 +
 tests/test_ru.py                                 |  152 +
 tests/test_se.py                                 |  167 +
 tests/test_sg.py                                 |   57 +
 tests/test_si.py                                 |  559 ++
 tests/test_sk.py                                 |  118 +
 tests/test_tr.py                                 |   84 +
 tests/test_us/__init__.py                        |    0
 tests/test_us/forms.py                           |   13 +
 tests/test_us/models.py                          |   15 +
 tests/test_us/tests.py                           |  318 +
 tests/test_uy.py                                 |   51 +
 tests/test_za.py                                 |   46 +
 tox.ini                                          |   31 +
 460 files changed, 578628 insertions(+)

diff --git a/.coveragerc b/.coveragerc
new file mode 100644
index 0000000..e9cb0ed
--- /dev/null
+++ b/.coveragerc
@@ -0,0 +1,6 @@
+[run]
+source = localflavor
+branch = 1
+
+[report]
+omit = localflavor/*tests*
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
new file mode 100644
index 0000000..673e6bf
--- /dev/null
+++ b/CONTRIBUTING.rst
@@ -0,0 +1,60 @@
+==================================
+Contributing to django-localflavor
+==================================
+
+As an open source project, django-localflavor welcomes contributions of many
+forms, similar to its origin in the Django framework.
+
+Examples of contributions include:
+
+* Code patches
+* Documentation improvements
+* Bug reports and patch reviews
+
+Extensive contribution guidelines are available online at:
+
+    https://docs.djangoproject.com/en/dev/internals/contributing/
+
+`File a ticket`__ to suggest changes or send pull requests.
+
+django-localflavor uses Github's issue system to keep track of bugs, feature
+requests, and pull requests for patches.
+
+Running tests is as simple as `installing Tox`__ and running it in the root
+Git clone directory::
+
+    $ git clone https://github.com/django/django-localflavor
+    [..]
+    $ cd django-localflavor
+    $ tox
+    [..]
+      congratulations :)
+
+The previous command will run the tests in different combinations of Python
+(if available) and Django versions. To see the full list of combinations use
+the ``-l`` option::
+
+    $ tox -l
+    py26-1.5
+    py26-1.6
+    py27-1.5
+    py27-1.6
+    py32-1.5
+    py32-1.6
+    py33-1.5
+    py33-1.6
+
+You can run each environment with the ``-e`` option::
+
+    $ tox -e py27-1.6  # runs the tests only on Pyton 2.7 and Django 1.6.x
+
+Optionally you can also specify a country whose tests you want to run::
+
+    $ COUNTRY=us tox
+
+And combine both options::
+
+    $ COUNTRY=us tox -e py27-1.6
+
+__ https://github.com/django/django-localflavor/issues
+__ http://tox.readthedocs.org/en/latest/install.html
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..72a9d24
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,27 @@
+Copyright (c) Django Software Foundation and individual contributors.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+    1. Redistributions of source code must retain the above copyright notice,
+       this list of conditions and the following disclaimer.
+
+    2. Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+
+    3. Neither the name of django-localflavor nor the names of its contributors
+       may be used to endorse or promote products derived from this software
+       without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..8863f0c
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,10 @@
+include LICENSE
+include README.rst
+include CONTRIBUTING.rst
+include tasks.py
+include tox.ini
+include .coveragerc
+recursive-include localflavor/locale *.po *.mo
+recursive-include requirements *.txt
+recursive-include docs *
+recursive-include tests *
diff --git a/PKG-INFO b/PKG-INFO
new file mode 100644
index 0000000..c972b91
--- /dev/null
+++ b/PKG-INFO
@@ -0,0 +1,53 @@
+Metadata-Version: 1.1
+Name: django-localflavor
+Version: 1.1
+Summary: Country-specific Django helpers
+Home-page: http://django-localflavor.readthedocs.org/en/latest/
+Author: Django Software Foundation
+Author-email: foundation at djangoproject.com
+License: BSD
+Description: ==================
+        django-localflavor
+        ==================
+        
+        .. image:: http://img.shields.io/pypi/v/django-localflavor.svg
+           :target: https://pypi.python.org/pypi/django-localflavor
+        
+        .. image:: https://img.shields.io/travis/django/django-localflavor.svg
+            :target: http://travis-ci.org/django/django-localflavor
+        
+        .. image:: https://img.shields.io/coveralls/django/django-localflavor.svg
+           :target: https://coveralls.io/r/django/django-localflavor
+        
+        .. image:: https://readthedocs.org/projects/django-localflavor/badge/?version=latest&style=plastic
+           :target: http://django-localflavor.readthedocs.org/en/latest/
+        
+        Django's "localflavor" packages offer additional functionality for particular
+        countries or cultures. For example, these might include form fields for your
+        country's postal codes, phone number formats or government ID numbers.
+        
+        This code used to live in Django proper -- in ``django.contrib.localflavor``
+        -- but was separated into a standalone package in Django 1.5 to keep the
+        framework's core clean.
+        
+        For a full list of available localflavors, see
+        http://django-localflavor.readthedocs.org/
+        
+        django-localflavor can also be found on and installed from the Python
+        Package Index: https://pypi.python.org/pypi/django-localflavor
+        
+Platform: UNKNOWN
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: Environment :: Web Environment
+Classifier: Framework :: Django
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: BSD License
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.2
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Topic :: Internet :: WWW/HTTP
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..ac78835
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,29 @@
+==================
+django-localflavor
+==================
+
+.. image:: http://img.shields.io/pypi/v/django-localflavor.svg
+   :target: https://pypi.python.org/pypi/django-localflavor
+
+.. image:: https://img.shields.io/travis/django/django-localflavor.svg
+    :target: http://travis-ci.org/django/django-localflavor
+
+.. image:: https://img.shields.io/coveralls/django/django-localflavor.svg
+   :target: https://coveralls.io/r/django/django-localflavor
+
+.. image:: https://readthedocs.org/projects/django-localflavor/badge/?version=latest&style=plastic
+   :target: http://django-localflavor.readthedocs.org/en/latest/
+
+Django's "localflavor" packages offer additional functionality for particular
+countries or cultures. For example, these might include form fields for your
+country's postal codes, phone number formats or government ID numbers.
+
+This code used to live in Django proper -- in ``django.contrib.localflavor``
+-- but was separated into a standalone package in Django 1.5 to keep the
+framework's core clean.
+
+For a full list of available localflavors, see
+http://django-localflavor.readthedocs.org/
+
+django-localflavor can also be found on and installed from the Python
+Package Index: https://pypi.python.org/pypi/django-localflavor
diff --git a/django_localflavor.egg-info/PKG-INFO b/django_localflavor.egg-info/PKG-INFO
new file mode 100644
index 0000000..c972b91
--- /dev/null
+++ b/django_localflavor.egg-info/PKG-INFO
@@ -0,0 +1,53 @@
+Metadata-Version: 1.1
+Name: django-localflavor
+Version: 1.1
+Summary: Country-specific Django helpers
+Home-page: http://django-localflavor.readthedocs.org/en/latest/
+Author: Django Software Foundation
+Author-email: foundation at djangoproject.com
+License: BSD
+Description: ==================
+        django-localflavor
+        ==================
+        
+        .. image:: http://img.shields.io/pypi/v/django-localflavor.svg
+           :target: https://pypi.python.org/pypi/django-localflavor
+        
+        .. image:: https://img.shields.io/travis/django/django-localflavor.svg
+            :target: http://travis-ci.org/django/django-localflavor
+        
+        .. image:: https://img.shields.io/coveralls/django/django-localflavor.svg
+           :target: https://coveralls.io/r/django/django-localflavor
+        
+        .. image:: https://readthedocs.org/projects/django-localflavor/badge/?version=latest&style=plastic
+           :target: http://django-localflavor.readthedocs.org/en/latest/
+        
+        Django's "localflavor" packages offer additional functionality for particular
+        countries or cultures. For example, these might include form fields for your
+        country's postal codes, phone number formats or government ID numbers.
+        
+        This code used to live in Django proper -- in ``django.contrib.localflavor``
+        -- but was separated into a standalone package in Django 1.5 to keep the
+        framework's core clean.
+        
+        For a full list of available localflavors, see
+        http://django-localflavor.readthedocs.org/
+        
+        django-localflavor can also be found on and installed from the Python
+        Package Index: https://pypi.python.org/pypi/django-localflavor
+        
+Platform: UNKNOWN
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: Environment :: Web Environment
+Classifier: Framework :: Django
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: BSD License
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.2
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Topic :: Internet :: WWW/HTTP
diff --git a/django_localflavor.egg-info/SOURCES.txt b/django_localflavor.egg-info/SOURCES.txt
new file mode 100644
index 0000000..6cd2496
--- /dev/null
+++ b/django_localflavor.egg-info/SOURCES.txt
@@ -0,0 +1,459 @@
+.coveragerc
+CONTRIBUTING.rst
+LICENSE
+MANIFEST.in
+README.rst
+setup.cfg
+setup.py
+tasks.py
+tox.ini
+django_localflavor.egg-info/PKG-INFO
+django_localflavor.egg-info/SOURCES.txt
+django_localflavor.egg-info/dependency_links.txt
+django_localflavor.egg-info/not-zip-safe
+django_localflavor.egg-info/top_level.txt
+docs/Makefile
+docs/authors.rst
+docs/changelog.rst
+docs/conf.py
+docs/generic.rst
+docs/index.rst
+docs/make.bat
+docs/requirements.txt
+docs/extensions/__init__.py
+docs/extensions/promises.py
+docs/extensions/settings.py
+docs/localflavor/ar.rst
+docs/localflavor/at.rst
+docs/localflavor/au.rst
+docs/localflavor/be.rst
+docs/localflavor/br.rst
+docs/localflavor/ca.rst
+docs/localflavor/ch.rst
+docs/localflavor/cl.rst
+docs/localflavor/cn.rst
+docs/localflavor/co.rst
+docs/localflavor/cz.rst
+docs/localflavor/de.rst
+docs/localflavor/dk.rst
+docs/localflavor/ec.rst
+docs/localflavor/ee.rst
+docs/localflavor/es.rst
+docs/localflavor/fi.rst
+docs/localflavor/fr.rst
+docs/localflavor/gb.rst
+docs/localflavor/gr.rst
+docs/localflavor/hk.rst
+docs/localflavor/hr.rst
+docs/localflavor/id_.rst
+docs/localflavor/ie_.rst
+docs/localflavor/il.rst
+docs/localflavor/in_.rst
+docs/localflavor/is_.rst
+docs/localflavor/it.rst
+docs/localflavor/jp.rst
+docs/localflavor/kw.rst
+docs/localflavor/lt.rst
+docs/localflavor/lv.rst
+docs/localflavor/mk.rst
+docs/localflavor/mt.rst
+docs/localflavor/mx.rst
+docs/localflavor/nl.rst
+docs/localflavor/no.rst
+docs/localflavor/nz.rst
+docs/localflavor/pe.rst
+docs/localflavor/pk.rst
+docs/localflavor/pl.rst
+docs/localflavor/pt.rst
+docs/localflavor/py_.rst
+docs/localflavor/ro.rst
+docs/localflavor/ru.rst
+docs/localflavor/se.rst
+docs/localflavor/sg.rst
+docs/localflavor/si.rst
+docs/localflavor/sk.rst
+docs/localflavor/tr.rst
+docs/localflavor/us.rst
+docs/localflavor/uy.rst
+docs/localflavor/za.rst
+localflavor/__init__.py
+localflavor/models.py
+localflavor/ar/__init__.py
+localflavor/ar/ar_provinces.py
+localflavor/ar/forms.py
+localflavor/at/__init__.py
+localflavor/at/at_states.py
+localflavor/at/forms.py
+localflavor/au/__init__.py
+localflavor/au/au_states.py
+localflavor/au/forms.py
+localflavor/au/models.py
+localflavor/be/__init__.py
+localflavor/be/be_provinces.py
+localflavor/be/be_regions.py
+localflavor/be/forms.py
+localflavor/br/__init__.py
+localflavor/br/br_states.py
+localflavor/br/forms.py
+localflavor/br/models.py
+localflavor/ca/__init__.py
+localflavor/ca/ca_provinces.py
+localflavor/ca/forms.py
+localflavor/ch/__init__.py
+localflavor/ch/ch_states.py
+localflavor/ch/forms.py
+localflavor/cl/__init__.py
+localflavor/cl/cl_regions.py
+localflavor/cl/forms.py
+localflavor/cn/__init__.py
+localflavor/cn/cn_provinces.py
+localflavor/cn/forms.py
+localflavor/co/__init__.py
+localflavor/co/co_departments.py
+localflavor/co/forms.py
+localflavor/cz/__init__.py
+localflavor/cz/cz_regions.py
+localflavor/cz/forms.py
+localflavor/de/__init__.py
+localflavor/de/de_states.py
+localflavor/de/forms.py
+localflavor/dk/__init__.py
+localflavor/dk/dk_municipalities.py
+localflavor/dk/dk_postalcodes.py
+localflavor/dk/forms.py
+localflavor/ec/__init__.py
+localflavor/ec/ec_provinces.py
+localflavor/ec/forms.py
+localflavor/ee/__init__.py
+localflavor/ee/ee_counties.py
+localflavor/ee/forms.py
+localflavor/es/__init__.py
+localflavor/es/es_provinces.py
+localflavor/es/es_regions.py
+localflavor/es/forms.py
+localflavor/fi/__init__.py
+localflavor/fi/fi_municipalities.py
+localflavor/fi/forms.py
+localflavor/fr/__init__.py
+localflavor/fr/forms.py
+localflavor/fr/fr_department.py
+localflavor/fr/fr_region.py
+localflavor/fr/models.py
+localflavor/gb/__init__.py
+localflavor/gb/forms.py
+localflavor/gb/gb_regions.py
+localflavor/generic/__init__.py
+localflavor/generic/checksums.py
+localflavor/generic/forms.py
+localflavor/generic/models.py
+localflavor/generic/validators.py
+localflavor/generic/countries/__init__.py
+localflavor/generic/countries/iso_3166.py
+localflavor/generic/countries/sepa.py
+localflavor/gr/__init__.py
+localflavor/gr/forms.py
+localflavor/hk/__init__.py
+localflavor/hk/forms.py
+localflavor/hr/__init__.py
+localflavor/hr/forms.py
+localflavor/hr/hr_choices.py
+localflavor/id_/__init__.py
+localflavor/id_/forms.py
+localflavor/id_/id_choices.py
+localflavor/ie/__init__.py
+localflavor/ie/forms.py
+localflavor/ie/ie_counties.py
+localflavor/il/__init__.py
+localflavor/il/forms.py
+localflavor/in_/__init__.py
+localflavor/in_/forms.py
+localflavor/in_/in_states.py
+localflavor/in_/models.py
+localflavor/is_/__init__.py
+localflavor/is_/forms.py
+localflavor/is_/is_postalcodes.py
+localflavor/it/__init__.py
+localflavor/it/forms.py
+localflavor/it/it_province.py
+localflavor/it/it_region.py
+localflavor/it/util.py
+localflavor/jp/__init__.py
+localflavor/jp/forms.py
+localflavor/jp/jp_prefectures.py
+localflavor/kw/__init__.py
+localflavor/kw/forms.py
+localflavor/locale/ar/LC_MESSAGES/django.mo
+localflavor/locale/ar/LC_MESSAGES/django.po
+localflavor/locale/az/LC_MESSAGES/django.mo
+localflavor/locale/az/LC_MESSAGES/django.po
+localflavor/locale/bg/LC_MESSAGES/django.mo
+localflavor/locale/bg/LC_MESSAGES/django.po
+localflavor/locale/bn/LC_MESSAGES/django.mo
+localflavor/locale/bn/LC_MESSAGES/django.po
+localflavor/locale/bs/LC_MESSAGES/django.mo
+localflavor/locale/bs/LC_MESSAGES/django.po
+localflavor/locale/ca/LC_MESSAGES/django.mo
+localflavor/locale/ca/LC_MESSAGES/django.po
+localflavor/locale/cs/LC_MESSAGES/django.mo
+localflavor/locale/cs/LC_MESSAGES/django.po
+localflavor/locale/cy/LC_MESSAGES/django.mo
+localflavor/locale/cy/LC_MESSAGES/django.po
+localflavor/locale/da/LC_MESSAGES/django.mo
+localflavor/locale/da/LC_MESSAGES/django.po
+localflavor/locale/de/LC_MESSAGES/django.mo
+localflavor/locale/de/LC_MESSAGES/django.po
+localflavor/locale/el/LC_MESSAGES/django.mo
+localflavor/locale/el/LC_MESSAGES/django.po
+localflavor/locale/en/LC_MESSAGES/django.mo
+localflavor/locale/en/LC_MESSAGES/django.po
+localflavor/locale/en_GB/LC_MESSAGES/django.mo
+localflavor/locale/en_GB/LC_MESSAGES/django.po
+localflavor/locale/eo/LC_MESSAGES/django.mo
+localflavor/locale/eo/LC_MESSAGES/django.po
+localflavor/locale/es/LC_MESSAGES/django.mo
+localflavor/locale/es/LC_MESSAGES/django.po
+localflavor/locale/es_AR/LC_MESSAGES/django.mo
+localflavor/locale/es_AR/LC_MESSAGES/django.po
+localflavor/locale/es_MX/LC_MESSAGES/django.mo
+localflavor/locale/es_MX/LC_MESSAGES/django.po
+localflavor/locale/et/LC_MESSAGES/django.mo
+localflavor/locale/et/LC_MESSAGES/django.po
+localflavor/locale/eu/LC_MESSAGES/django.mo
+localflavor/locale/eu/LC_MESSAGES/django.po
+localflavor/locale/fa/LC_MESSAGES/django.mo
+localflavor/locale/fa/LC_MESSAGES/django.po
+localflavor/locale/fi/LC_MESSAGES/django.mo
+localflavor/locale/fi/LC_MESSAGES/django.po
+localflavor/locale/fr/LC_MESSAGES/django.mo
+localflavor/locale/fr/LC_MESSAGES/django.po
+localflavor/locale/ga/LC_MESSAGES/django.mo
+localflavor/locale/ga/LC_MESSAGES/django.po
+localflavor/locale/gl/LC_MESSAGES/django.mo
+localflavor/locale/gl/LC_MESSAGES/django.po
+localflavor/locale/he/LC_MESSAGES/django.mo
+localflavor/locale/he/LC_MESSAGES/django.po
+localflavor/locale/hi/LC_MESSAGES/django.mo
+localflavor/locale/hi/LC_MESSAGES/django.po
+localflavor/locale/hr/LC_MESSAGES/django.mo
+localflavor/locale/hr/LC_MESSAGES/django.po
+localflavor/locale/hu/LC_MESSAGES/django.mo
+localflavor/locale/hu/LC_MESSAGES/django.po
+localflavor/locale/id/LC_MESSAGES/django.mo
+localflavor/locale/id/LC_MESSAGES/django.po
+localflavor/locale/is/LC_MESSAGES/django.mo
+localflavor/locale/is/LC_MESSAGES/django.po
+localflavor/locale/it/LC_MESSAGES/django.mo
+localflavor/locale/it/LC_MESSAGES/django.po
... 580547 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-localflavor.git



More information about the Python-modules-commits mailing list