Sat Dec 2 08:07:41 2023 UTC ()
py-django-localflavor: updated to 4.0

4.0   (2023-04-22)
------------------

New flavors:

- Nepal LocalFlavor: Support for Nepal added
  (`gh-451 <https://github.com/django/django-localflavor/pull/451>`_).
- Belarus localflavor
  (`gh-422 <https://github.com/django/django-localflavor/pull/422>`_,
  `gh-442 <https://github.com/django/django-localflavor/pull/442>`_).
- Ghana localflavor
  (`gh-460 <https://github.com/django/django-localflavor/pull/460>`_).

New fields for existing flavors:

- Added `fr.forms.FRRNAField` models field
  (`gh-443 <https://github.com/django/django-localflavor/pull/443>`_).
- Added permanent account number(PAN) field in Indian flavor.
  (`gh-457 <https://github.com/django/django-localflavor/pull/457>`_).
- Added the Canadian Models fields.
  (`gh-465 <https://github.com/django/django-localflavor/pull/465>`_).

Modifications to existing flavors:

- Properly validate IBANs using BBAN to ensure invalid IBANs cannot be entered,
  updated IBAN_SEPA_COUNTRIES and IBAN_COUNTRY_CODE_LENGTH to latest data
  (`gh-486 <https://github.com/django/django-localflavor/pull/486>`_).
- Fix typo in MarijampolÄ— county name in LTCountySelect
  (`gh-480 <https://github.com/django/django-localflavor/pull/480>`_).
- Add support for new Finnish identity codes
  (`gh-478 <https://github.com/django/django-localflavor/pull/478>`_).
- CIF spanish starting with 'U' bug resolved
  (`gh-469 <https://github.com/django/django-localflavor/pull/469>`_).
- Fix error code for BRPostalCodeValidator
  (`gh-448 <https://github.com/django/django-localflavor/pull/448>`_).
- Fix spelling of the India state of Chhattisgarh
  (`gh-444 <https://github.com/django/django-localflavor/pull/444>`_).
- Fix CURP regex for MX flavor
  (`gh-449 <https://github.com/django/django-localflavor/pull/449>`_).
- Change text based fields that inherited from `django.forms.Field` to inherit from `django.forms.CharField`. The
  following fields have been updated
  (`gh-446 <https://github.com/django/django-localflavor/pull/446>`_):

  - `at.forms.ATSocialSecurityNumberField`
  - `br.forms.BRStateChoiceField`
  - `ca.forms.CAProvinceField`
  - `ca.forms.CASocialInsuranceNumberField`
  - `ch.forms.CHIdentityCardNumberField`
  - `cu.forms.CUProvinceField`
  - `cu.forms.CURegionField`
  - `cz.forms.CZBirthNumberField`
  - `cz.forms.CZICNumberField`
  - `de.forms.DEIdentityCardNumberField`
  - `ee.forms.EEBusinessRegistryCode`
  - `ee.forms.EEPersonalIdentificationCode`
  - `fi.forms.FISocialSecurityNumber`
  - `gr.forms.GRTaxNumberCodeField`
  - `hr.forms.HRJMBAGField`
  - `hr.forms.HRJMBGField`
  - `hr.forms.HRLicensePlateField`
  - `hr.forms.HRPostalCodeField`
  - `id_.forms.IDLicensePlateField`
  - `id_.forms.IDNationalIdentityNumberField`
  - `id_.forms.IDPostCodeField`
  - `il.forms.ILIDNumberField`
  - `in_.forms.INAadhaarNumberField`
  - `in_.forms.INStateField`
  - `ir.forms.IRIDNumberField`
  - `it.forms.ITVatNumberField`
  - `lt.forms.LTPostalCodeField`
  - `lv.forms.LVPersonalCodeField`
  - `lv.forms.LVPostalCodeField`
  - `no.forms.NOSocialSecurityNumber`
  - `nz.forms.NZBankAccountNumberField`
  - `pt.forms.PTCitizenCardNumberField`
  - `pt.forms.PTSocialSecurityNumberField`
  - `ro.forms.ROCountyField`
  - `tr.forms.TRIdentificationNumberField`
  - `us.forms.USStateField`
- Removed inconvenient word VACA from CURP_INCONVENIENT_WORDS for MX flavor

Other changes:

- Use 'return value' when value is in the empty_values list
  (`gh-461 <https://github.com/django/django-localflavor/pull/461>`_).

- Dropped support for Django 2.2, 3.0 and 3.1.

- Dropped support for Python 3.5.

- Added support for Python 3.10 and 3.11.


(adam)
diff -r1.3 -r1.4 pkgsrc/www/py-django-localflavor/Makefile
diff -r1.1 -r1.2 pkgsrc/www/py-django-localflavor/PLIST
diff -r1.1 -r1.2 pkgsrc/www/py-django-localflavor/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/www/py-django-localflavor/Makefile (switch to unified diff)

--- pkgsrc/www/py-django-localflavor/Makefile 2023/07/13 10:03:28 1.3
+++ pkgsrc/www/py-django-localflavor/Makefile 2023/12/02 08:07:41 1.4
@@ -1,22 +1,23 @@ @@ -1,22 +1,23 @@
1# $NetBSD: Makefile,v 1.3 2023/07/13 10:03:28 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2023/12/02 08:07:41 adam Exp $
2 2
3DISTNAME= django-localflavor-3.1 3DISTNAME= django-localflavor-4.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 5CATEGORIES= www python
6CATEGORIES= www 
7MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-localflavor/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-localflavor/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://django-localflavor.readthedocs.io/en/latest/ 9HOMEPAGE= https://django-localflavor.readthedocs.io/en/latest/
11COMMENT= L18N support for Django 10COMMENT= L18N support for Django
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14DEPENDS+= ${PYPKGPREFIX}-django>=3:../../www/py-django3 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
15DEPENDS+= ${PYPKGPREFIX}-stdnum-[0-9]*:../../misc/py-stdnum 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 15DEPENDS+= ${PYPKGPREFIX}-django>=3.2:../../www/py-django3
 16DEPENDS+= ${PYPKGPREFIX}-stdnum>=1.6:../../misc/py-stdnum
16 17
17USE_LANGUAGES= # none 18USE_LANGUAGES= # none
18 19
19PYTHON_VERSIONS_INCOMPATIBLE= 27 20PYTHON_VERSIONS_INCOMPATIBLE= 27
20 21
21.include "../../lang/python/egg.mk" 22.include "../../lang/python/wheel.mk"
22.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/www/py-django-localflavor/PLIST (switch to unified diff)

--- pkgsrc/www/py-django-localflavor/PLIST 2023/03/31 01:14:36 1.1
+++ pkgsrc/www/py-django-localflavor/PLIST 2023/12/02 08:07:41 1.2
@@ -1,827 +1,873 @@ @@ -1,827 +1,873 @@
1@comment $NetBSD: PLIST,v 1.1 2023/03/31 01:14:36 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.2 2023/12/02 08:07:41 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${WHEEL_INFODIR}/METADATA
4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt.py 4${PYSITELIB}/${WHEEL_INFODIR}/RECORD
5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
6${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt.py 6${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
7${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 
8${PYSITELIB}/${EGG_INFODIR}/requires.txt 
9${PYSITELIB}/${EGG_INFODIR}/requires.txt.py 
10${PYSITELIB}/${EGG_INFODIR}/top_level.txt 
11${PYSITELIB}/${EGG_INFODIR}/top_level.txt.py 
12${PYSITELIB}/localflavor/__init__.py 7${PYSITELIB}/localflavor/__init__.py
13${PYSITELIB}/localflavor/__init__.pyc 8${PYSITELIB}/localflavor/__init__.pyc
14${PYSITELIB}/localflavor/__init__.pyo 9${PYSITELIB}/localflavor/__init__.pyo
15${PYSITELIB}/localflavor/ar/__init__.py 10${PYSITELIB}/localflavor/ar/__init__.py
16${PYSITELIB}/localflavor/ar/__init__.pyc 11${PYSITELIB}/localflavor/ar/__init__.pyc
17${PYSITELIB}/localflavor/ar/__init__.pyo 12${PYSITELIB}/localflavor/ar/__init__.pyo
18${PYSITELIB}/localflavor/ar/ar_provinces.py 13${PYSITELIB}/localflavor/ar/ar_provinces.py
19${PYSITELIB}/localflavor/ar/ar_provinces.pyc 14${PYSITELIB}/localflavor/ar/ar_provinces.pyc
20${PYSITELIB}/localflavor/ar/ar_provinces.pyo 15${PYSITELIB}/localflavor/ar/ar_provinces.pyo
21${PYSITELIB}/localflavor/ar/forms.py 16${PYSITELIB}/localflavor/ar/forms.py
22${PYSITELIB}/localflavor/ar/forms.pyc 17${PYSITELIB}/localflavor/ar/forms.pyc
23${PYSITELIB}/localflavor/ar/forms.pyo 18${PYSITELIB}/localflavor/ar/forms.pyo
24${PYSITELIB}/localflavor/at/__init__.py 19${PYSITELIB}/localflavor/at/__init__.py
25${PYSITELIB}/localflavor/at/__init__.pyc 20${PYSITELIB}/localflavor/at/__init__.pyc
26${PYSITELIB}/localflavor/at/__init__.pyo 21${PYSITELIB}/localflavor/at/__init__.pyo
27${PYSITELIB}/localflavor/at/at_states.py 22${PYSITELIB}/localflavor/at/at_states.py
28${PYSITELIB}/localflavor/at/at_states.pyc 23${PYSITELIB}/localflavor/at/at_states.pyc
29${PYSITELIB}/localflavor/at/at_states.pyo 24${PYSITELIB}/localflavor/at/at_states.pyo
30${PYSITELIB}/localflavor/at/forms.py 25${PYSITELIB}/localflavor/at/forms.py
31${PYSITELIB}/localflavor/at/forms.pyc 26${PYSITELIB}/localflavor/at/forms.pyc
32${PYSITELIB}/localflavor/at/forms.pyo 27${PYSITELIB}/localflavor/at/forms.pyo
33${PYSITELIB}/localflavor/au/__init__.py 28${PYSITELIB}/localflavor/au/__init__.py
34${PYSITELIB}/localflavor/au/__init__.pyc 29${PYSITELIB}/localflavor/au/__init__.pyc
35${PYSITELIB}/localflavor/au/__init__.pyo 30${PYSITELIB}/localflavor/au/__init__.pyo
36${PYSITELIB}/localflavor/au/au_states.py 31${PYSITELIB}/localflavor/au/au_states.py
37${PYSITELIB}/localflavor/au/au_states.pyc 32${PYSITELIB}/localflavor/au/au_states.pyc
38${PYSITELIB}/localflavor/au/au_states.pyo 33${PYSITELIB}/localflavor/au/au_states.pyo
39${PYSITELIB}/localflavor/au/forms.py 34${PYSITELIB}/localflavor/au/forms.py
40${PYSITELIB}/localflavor/au/forms.pyc 35${PYSITELIB}/localflavor/au/forms.pyc
41${PYSITELIB}/localflavor/au/forms.pyo 36${PYSITELIB}/localflavor/au/forms.pyo
42${PYSITELIB}/localflavor/au/models.py 37${PYSITELIB}/localflavor/au/models.py
43${PYSITELIB}/localflavor/au/models.pyc 38${PYSITELIB}/localflavor/au/models.pyc
44${PYSITELIB}/localflavor/au/models.pyo 39${PYSITELIB}/localflavor/au/models.pyo
45${PYSITELIB}/localflavor/au/validators.py 40${PYSITELIB}/localflavor/au/validators.py
46${PYSITELIB}/localflavor/au/validators.pyc 41${PYSITELIB}/localflavor/au/validators.pyc
47${PYSITELIB}/localflavor/au/validators.pyo 42${PYSITELIB}/localflavor/au/validators.pyo
48${PYSITELIB}/localflavor/be/__init__.py 43${PYSITELIB}/localflavor/be/__init__.py
49${PYSITELIB}/localflavor/be/__init__.pyc 44${PYSITELIB}/localflavor/be/__init__.pyc
50${PYSITELIB}/localflavor/be/__init__.pyo 45${PYSITELIB}/localflavor/be/__init__.pyo
51${PYSITELIB}/localflavor/be/be_provinces.py 46${PYSITELIB}/localflavor/be/be_provinces.py
52${PYSITELIB}/localflavor/be/be_provinces.pyc 47${PYSITELIB}/localflavor/be/be_provinces.pyc
53${PYSITELIB}/localflavor/be/be_provinces.pyo 48${PYSITELIB}/localflavor/be/be_provinces.pyo
54${PYSITELIB}/localflavor/be/be_regions.py 49${PYSITELIB}/localflavor/be/be_regions.py
55${PYSITELIB}/localflavor/be/be_regions.pyc 50${PYSITELIB}/localflavor/be/be_regions.pyc
56${PYSITELIB}/localflavor/be/be_regions.pyo 51${PYSITELIB}/localflavor/be/be_regions.pyo
57${PYSITELIB}/localflavor/be/forms.py 52${PYSITELIB}/localflavor/be/forms.py
58${PYSITELIB}/localflavor/be/forms.pyc 53${PYSITELIB}/localflavor/be/forms.pyc
59${PYSITELIB}/localflavor/be/forms.pyo 54${PYSITELIB}/localflavor/be/forms.pyo
60${PYSITELIB}/localflavor/bg/__init__.py 55${PYSITELIB}/localflavor/bg/__init__.py
61${PYSITELIB}/localflavor/bg/__init__.pyc 56${PYSITELIB}/localflavor/bg/__init__.pyc
62${PYSITELIB}/localflavor/bg/__init__.pyo 57${PYSITELIB}/localflavor/bg/__init__.pyo
63${PYSITELIB}/localflavor/bg/models.py 58${PYSITELIB}/localflavor/bg/models.py
64${PYSITELIB}/localflavor/bg/models.pyc 59${PYSITELIB}/localflavor/bg/models.pyc
65${PYSITELIB}/localflavor/bg/models.pyo 60${PYSITELIB}/localflavor/bg/models.pyo
66${PYSITELIB}/localflavor/bg/utils.py 61${PYSITELIB}/localflavor/bg/utils.py
67${PYSITELIB}/localflavor/bg/utils.pyc 62${PYSITELIB}/localflavor/bg/utils.pyc
68${PYSITELIB}/localflavor/bg/utils.pyo 63${PYSITELIB}/localflavor/bg/utils.pyo
69${PYSITELIB}/localflavor/bg/validators.py 64${PYSITELIB}/localflavor/bg/validators.py
70${PYSITELIB}/localflavor/bg/validators.pyc 65${PYSITELIB}/localflavor/bg/validators.pyc
71${PYSITELIB}/localflavor/bg/validators.pyo 66${PYSITELIB}/localflavor/bg/validators.pyo
72${PYSITELIB}/localflavor/br/__init__.py 67${PYSITELIB}/localflavor/br/__init__.py
73${PYSITELIB}/localflavor/br/__init__.pyc 68${PYSITELIB}/localflavor/br/__init__.pyc
74${PYSITELIB}/localflavor/br/__init__.pyo 69${PYSITELIB}/localflavor/br/__init__.pyo
75${PYSITELIB}/localflavor/br/br_states.py 70${PYSITELIB}/localflavor/br/br_states.py
76${PYSITELIB}/localflavor/br/br_states.pyc 71${PYSITELIB}/localflavor/br/br_states.pyc
77${PYSITELIB}/localflavor/br/br_states.pyo 72${PYSITELIB}/localflavor/br/br_states.pyo
78${PYSITELIB}/localflavor/br/forms.py 73${PYSITELIB}/localflavor/br/forms.py
79${PYSITELIB}/localflavor/br/forms.pyc 74${PYSITELIB}/localflavor/br/forms.pyc
80${PYSITELIB}/localflavor/br/forms.pyo 75${PYSITELIB}/localflavor/br/forms.pyo
81${PYSITELIB}/localflavor/br/models.py 76${PYSITELIB}/localflavor/br/models.py
82${PYSITELIB}/localflavor/br/models.pyc 77${PYSITELIB}/localflavor/br/models.pyc
83${PYSITELIB}/localflavor/br/models.pyo 78${PYSITELIB}/localflavor/br/models.pyo
84${PYSITELIB}/localflavor/br/validators.py 79${PYSITELIB}/localflavor/br/validators.py
85${PYSITELIB}/localflavor/br/validators.pyc 80${PYSITELIB}/localflavor/br/validators.pyc
86${PYSITELIB}/localflavor/br/validators.pyo 81${PYSITELIB}/localflavor/br/validators.pyo
 82${PYSITELIB}/localflavor/by/__init__.py
 83${PYSITELIB}/localflavor/by/__init__.pyc
 84${PYSITELIB}/localflavor/by/__init__.pyo
 85${PYSITELIB}/localflavor/by/by_regions.py
 86${PYSITELIB}/localflavor/by/by_regions.pyc
 87${PYSITELIB}/localflavor/by/by_regions.pyo
 88${PYSITELIB}/localflavor/by/forms.py
 89${PYSITELIB}/localflavor/by/forms.pyc
 90${PYSITELIB}/localflavor/by/forms.pyo
 91${PYSITELIB}/localflavor/by/models.py
 92${PYSITELIB}/localflavor/by/models.pyc
 93${PYSITELIB}/localflavor/by/models.pyo
 94${PYSITELIB}/localflavor/by/validators.py
 95${PYSITELIB}/localflavor/by/validators.pyc
 96${PYSITELIB}/localflavor/by/validators.pyo
87${PYSITELIB}/localflavor/ca/__init__.py 97${PYSITELIB}/localflavor/ca/__init__.py
88${PYSITELIB}/localflavor/ca/__init__.pyc 98${PYSITELIB}/localflavor/ca/__init__.pyc
89${PYSITELIB}/localflavor/ca/__init__.pyo 99${PYSITELIB}/localflavor/ca/__init__.pyo
90${PYSITELIB}/localflavor/ca/ca_provinces.py 100${PYSITELIB}/localflavor/ca/ca_provinces.py
91${PYSITELIB}/localflavor/ca/ca_provinces.pyc 101${PYSITELIB}/localflavor/ca/ca_provinces.pyc
92${PYSITELIB}/localflavor/ca/ca_provinces.pyo 102${PYSITELIB}/localflavor/ca/ca_provinces.pyo
93${PYSITELIB}/localflavor/ca/forms.py 103${PYSITELIB}/localflavor/ca/forms.py
94${PYSITELIB}/localflavor/ca/forms.pyc 104${PYSITELIB}/localflavor/ca/forms.pyc
95${PYSITELIB}/localflavor/ca/forms.pyo 105${PYSITELIB}/localflavor/ca/forms.pyo
 106${PYSITELIB}/localflavor/ca/models.py
 107${PYSITELIB}/localflavor/ca/models.pyc
 108${PYSITELIB}/localflavor/ca/models.pyo
96${PYSITELIB}/localflavor/ch/__init__.py 109${PYSITELIB}/localflavor/ch/__init__.py
97${PYSITELIB}/localflavor/ch/__init__.pyc 110${PYSITELIB}/localflavor/ch/__init__.pyc
98${PYSITELIB}/localflavor/ch/__init__.pyo 111${PYSITELIB}/localflavor/ch/__init__.pyo
99${PYSITELIB}/localflavor/ch/ch_states.py 112${PYSITELIB}/localflavor/ch/ch_states.py
100${PYSITELIB}/localflavor/ch/ch_states.pyc 113${PYSITELIB}/localflavor/ch/ch_states.pyc
101${PYSITELIB}/localflavor/ch/ch_states.pyo 114${PYSITELIB}/localflavor/ch/ch_states.pyo
102${PYSITELIB}/localflavor/ch/forms.py 115${PYSITELIB}/localflavor/ch/forms.py
103${PYSITELIB}/localflavor/ch/forms.pyc 116${PYSITELIB}/localflavor/ch/forms.pyc
104${PYSITELIB}/localflavor/ch/forms.pyo 117${PYSITELIB}/localflavor/ch/forms.pyo
105${PYSITELIB}/localflavor/cl/__init__.py 118${PYSITELIB}/localflavor/cl/__init__.py
106${PYSITELIB}/localflavor/cl/__init__.pyc 119${PYSITELIB}/localflavor/cl/__init__.pyc
107${PYSITELIB}/localflavor/cl/__init__.pyo 120${PYSITELIB}/localflavor/cl/__init__.pyo
108${PYSITELIB}/localflavor/cl/cl_regions.py 121${PYSITELIB}/localflavor/cl/cl_regions.py
109${PYSITELIB}/localflavor/cl/cl_regions.pyc 122${PYSITELIB}/localflavor/cl/cl_regions.pyc
110${PYSITELIB}/localflavor/cl/cl_regions.pyo 123${PYSITELIB}/localflavor/cl/cl_regions.pyo
111${PYSITELIB}/localflavor/cl/forms.py 124${PYSITELIB}/localflavor/cl/forms.py
112${PYSITELIB}/localflavor/cl/forms.pyc 125${PYSITELIB}/localflavor/cl/forms.pyc
113${PYSITELIB}/localflavor/cl/forms.pyo 126${PYSITELIB}/localflavor/cl/forms.pyo
114${PYSITELIB}/localflavor/cn/__init__.py 127${PYSITELIB}/localflavor/cn/__init__.py
115${PYSITELIB}/localflavor/cn/__init__.pyc 128${PYSITELIB}/localflavor/cn/__init__.pyc
116${PYSITELIB}/localflavor/cn/__init__.pyo 129${PYSITELIB}/localflavor/cn/__init__.pyo
117${PYSITELIB}/localflavor/cn/cn_provinces.py 130${PYSITELIB}/localflavor/cn/cn_provinces.py
118${PYSITELIB}/localflavor/cn/cn_provinces.pyc 131${PYSITELIB}/localflavor/cn/cn_provinces.pyc
119${PYSITELIB}/localflavor/cn/cn_provinces.pyo 132${PYSITELIB}/localflavor/cn/cn_provinces.pyo
120${PYSITELIB}/localflavor/cn/forms.py 133${PYSITELIB}/localflavor/cn/forms.py
121${PYSITELIB}/localflavor/cn/forms.pyc 134${PYSITELIB}/localflavor/cn/forms.pyc
122${PYSITELIB}/localflavor/cn/forms.pyo 135${PYSITELIB}/localflavor/cn/forms.pyo
123${PYSITELIB}/localflavor/co/__init__.py 136${PYSITELIB}/localflavor/co/__init__.py
124${PYSITELIB}/localflavor/co/__init__.pyc 137${PYSITELIB}/localflavor/co/__init__.pyc
125${PYSITELIB}/localflavor/co/__init__.pyo 138${PYSITELIB}/localflavor/co/__init__.pyo
126${PYSITELIB}/localflavor/co/co_departments.py 139${PYSITELIB}/localflavor/co/co_departments.py
127${PYSITELIB}/localflavor/co/co_departments.pyc 140${PYSITELIB}/localflavor/co/co_departments.pyc
128${PYSITELIB}/localflavor/co/co_departments.pyo 141${PYSITELIB}/localflavor/co/co_departments.pyo
129${PYSITELIB}/localflavor/co/forms.py 142${PYSITELIB}/localflavor/co/forms.py
130${PYSITELIB}/localflavor/co/forms.pyc 143${PYSITELIB}/localflavor/co/forms.pyc
131${PYSITELIB}/localflavor/co/forms.pyo 144${PYSITELIB}/localflavor/co/forms.pyo
132${PYSITELIB}/localflavor/cu/__init__.py 145${PYSITELIB}/localflavor/cu/__init__.py
133${PYSITELIB}/localflavor/cu/__init__.pyc 146${PYSITELIB}/localflavor/cu/__init__.pyc
134${PYSITELIB}/localflavor/cu/__init__.pyo 147${PYSITELIB}/localflavor/cu/__init__.pyo
135${PYSITELIB}/localflavor/cu/choices.py 148${PYSITELIB}/localflavor/cu/choices.py
136${PYSITELIB}/localflavor/cu/choices.pyc 149${PYSITELIB}/localflavor/cu/choices.pyc
137${PYSITELIB}/localflavor/cu/choices.pyo 150${PYSITELIB}/localflavor/cu/choices.pyo
138${PYSITELIB}/localflavor/cu/forms.py 151${PYSITELIB}/localflavor/cu/forms.py
139${PYSITELIB}/localflavor/cu/forms.pyc 152${PYSITELIB}/localflavor/cu/forms.pyc
140${PYSITELIB}/localflavor/cu/forms.pyo 153${PYSITELIB}/localflavor/cu/forms.pyo
141${PYSITELIB}/localflavor/cu/models.py 154${PYSITELIB}/localflavor/cu/models.py
142${PYSITELIB}/localflavor/cu/models.pyc 155${PYSITELIB}/localflavor/cu/models.pyc
143${PYSITELIB}/localflavor/cu/models.pyo 156${PYSITELIB}/localflavor/cu/models.pyo
144${PYSITELIB}/localflavor/cu/validators.py 157${PYSITELIB}/localflavor/cu/validators.py
145${PYSITELIB}/localflavor/cu/validators.pyc 158${PYSITELIB}/localflavor/cu/validators.pyc
146${PYSITELIB}/localflavor/cu/validators.pyo 159${PYSITELIB}/localflavor/cu/validators.pyo
147${PYSITELIB}/localflavor/cz/__init__.py 160${PYSITELIB}/localflavor/cz/__init__.py
148${PYSITELIB}/localflavor/cz/__init__.pyc 161${PYSITELIB}/localflavor/cz/__init__.pyc
149${PYSITELIB}/localflavor/cz/__init__.pyo 162${PYSITELIB}/localflavor/cz/__init__.pyo
150${PYSITELIB}/localflavor/cz/cz_regions.py 163${PYSITELIB}/localflavor/cz/cz_regions.py
151${PYSITELIB}/localflavor/cz/cz_regions.pyc 164${PYSITELIB}/localflavor/cz/cz_regions.pyc
152${PYSITELIB}/localflavor/cz/cz_regions.pyo 165${PYSITELIB}/localflavor/cz/cz_regions.pyo
153${PYSITELIB}/localflavor/cz/forms.py 166${PYSITELIB}/localflavor/cz/forms.py
154${PYSITELIB}/localflavor/cz/forms.pyc 167${PYSITELIB}/localflavor/cz/forms.pyc
155${PYSITELIB}/localflavor/cz/forms.pyo 168${PYSITELIB}/localflavor/cz/forms.pyo
156${PYSITELIB}/localflavor/de/__init__.py 169${PYSITELIB}/localflavor/de/__init__.py
157${PYSITELIB}/localflavor/de/__init__.pyc 170${PYSITELIB}/localflavor/de/__init__.pyc
158${PYSITELIB}/localflavor/de/__init__.pyo 171${PYSITELIB}/localflavor/de/__init__.pyo
159${PYSITELIB}/localflavor/de/de_states.py 172${PYSITELIB}/localflavor/de/de_states.py
160${PYSITELIB}/localflavor/de/de_states.pyc 173${PYSITELIB}/localflavor/de/de_states.pyc
161${PYSITELIB}/localflavor/de/de_states.pyo 174${PYSITELIB}/localflavor/de/de_states.pyo
162${PYSITELIB}/localflavor/de/forms.py 175${PYSITELIB}/localflavor/de/forms.py
163${PYSITELIB}/localflavor/de/forms.pyc 176${PYSITELIB}/localflavor/de/forms.pyc
164${PYSITELIB}/localflavor/de/forms.pyo 177${PYSITELIB}/localflavor/de/forms.pyo
165${PYSITELIB}/localflavor/deprecation.py 178${PYSITELIB}/localflavor/deprecation.py
166${PYSITELIB}/localflavor/deprecation.pyc 179${PYSITELIB}/localflavor/deprecation.pyc
167${PYSITELIB}/localflavor/deprecation.pyo 180${PYSITELIB}/localflavor/deprecation.pyo
168${PYSITELIB}/localflavor/dk/__init__.py 181${PYSITELIB}/localflavor/dk/__init__.py
169${PYSITELIB}/localflavor/dk/__init__.pyc 182${PYSITELIB}/localflavor/dk/__init__.pyc
170${PYSITELIB}/localflavor/dk/__init__.pyo 183${PYSITELIB}/localflavor/dk/__init__.pyo
171${PYSITELIB}/localflavor/dk/dk_municipalities.py 184${PYSITELIB}/localflavor/dk/dk_municipalities.py
172${PYSITELIB}/localflavor/dk/dk_municipalities.pyc 185${PYSITELIB}/localflavor/dk/dk_municipalities.pyc
173${PYSITELIB}/localflavor/dk/dk_municipalities.pyo 186${PYSITELIB}/localflavor/dk/dk_municipalities.pyo
174${PYSITELIB}/localflavor/dk/dk_postalcodes.py 187${PYSITELIB}/localflavor/dk/dk_postalcodes.py
175${PYSITELIB}/localflavor/dk/dk_postalcodes.pyc 188${PYSITELIB}/localflavor/dk/dk_postalcodes.pyc
176${PYSITELIB}/localflavor/dk/dk_postalcodes.pyo 189${PYSITELIB}/localflavor/dk/dk_postalcodes.pyo
177${PYSITELIB}/localflavor/dk/forms.py 190${PYSITELIB}/localflavor/dk/forms.py
178${PYSITELIB}/localflavor/dk/forms.pyc 191${PYSITELIB}/localflavor/dk/forms.pyc
179${PYSITELIB}/localflavor/dk/forms.pyo 192${PYSITELIB}/localflavor/dk/forms.pyo
180${PYSITELIB}/localflavor/ec/__init__.py 193${PYSITELIB}/localflavor/ec/__init__.py
181${PYSITELIB}/localflavor/ec/__init__.pyc 194${PYSITELIB}/localflavor/ec/__init__.pyc
182${PYSITELIB}/localflavor/ec/__init__.pyo 195${PYSITELIB}/localflavor/ec/__init__.pyo
183${PYSITELIB}/localflavor/ec/ec_provinces.py 196${PYSITELIB}/localflavor/ec/ec_provinces.py
184${PYSITELIB}/localflavor/ec/ec_provinces.pyc 197${PYSITELIB}/localflavor/ec/ec_provinces.pyc
185${PYSITELIB}/localflavor/ec/ec_provinces.pyo 198${PYSITELIB}/localflavor/ec/ec_provinces.pyo
186${PYSITELIB}/localflavor/ec/forms.py 199${PYSITELIB}/localflavor/ec/forms.py
187${PYSITELIB}/localflavor/ec/forms.pyc 200${PYSITELIB}/localflavor/ec/forms.pyc
188${PYSITELIB}/localflavor/ec/forms.pyo 201${PYSITELIB}/localflavor/ec/forms.pyo
189${PYSITELIB}/localflavor/ec/models.py 202${PYSITELIB}/localflavor/ec/models.py
190${PYSITELIB}/localflavor/ec/models.pyc 203${PYSITELIB}/localflavor/ec/models.pyc
191${PYSITELIB}/localflavor/ec/models.pyo 204${PYSITELIB}/localflavor/ec/models.pyo
192${PYSITELIB}/localflavor/ee/__init__.py 205${PYSITELIB}/localflavor/ee/__init__.py
193${PYSITELIB}/localflavor/ee/__init__.pyc 206${PYSITELIB}/localflavor/ee/__init__.pyc
194${PYSITELIB}/localflavor/ee/__init__.pyo 207${PYSITELIB}/localflavor/ee/__init__.pyo
195${PYSITELIB}/localflavor/ee/ee_counties.py 208${PYSITELIB}/localflavor/ee/ee_counties.py
196${PYSITELIB}/localflavor/ee/ee_counties.pyc 209${PYSITELIB}/localflavor/ee/ee_counties.pyc
197${PYSITELIB}/localflavor/ee/ee_counties.pyo 210${PYSITELIB}/localflavor/ee/ee_counties.pyo
198${PYSITELIB}/localflavor/ee/forms.py 211${PYSITELIB}/localflavor/ee/forms.py
199${PYSITELIB}/localflavor/ee/forms.pyc 212${PYSITELIB}/localflavor/ee/forms.pyc
200${PYSITELIB}/localflavor/ee/forms.pyo 213${PYSITELIB}/localflavor/ee/forms.pyo
201${PYSITELIB}/localflavor/eg/__init__.py 214${PYSITELIB}/localflavor/eg/__init__.py
202${PYSITELIB}/localflavor/eg/__init__.pyc 215${PYSITELIB}/localflavor/eg/__init__.pyc
203${PYSITELIB}/localflavor/eg/__init__.pyo 216${PYSITELIB}/localflavor/eg/__init__.pyo
204${PYSITELIB}/localflavor/eg/choices.py 217${PYSITELIB}/localflavor/eg/choices.py
205${PYSITELIB}/localflavor/eg/choices.pyc 218${PYSITELIB}/localflavor/eg/choices.pyc
206${PYSITELIB}/localflavor/eg/choices.pyo 219${PYSITELIB}/localflavor/eg/choices.pyo
207${PYSITELIB}/localflavor/eg/forms.py 220${PYSITELIB}/localflavor/eg/forms.py
208${PYSITELIB}/localflavor/eg/forms.pyc 221${PYSITELIB}/localflavor/eg/forms.pyc
209${PYSITELIB}/localflavor/eg/forms.pyo 222${PYSITELIB}/localflavor/eg/forms.pyo
210${PYSITELIB}/localflavor/es/__init__.py 223${PYSITELIB}/localflavor/es/__init__.py
211${PYSITELIB}/localflavor/es/__init__.pyc 224${PYSITELIB}/localflavor/es/__init__.pyc
212${PYSITELIB}/localflavor/es/__init__.pyo 225${PYSITELIB}/localflavor/es/__init__.pyo
213${PYSITELIB}/localflavor/es/es_provinces.py 226${PYSITELIB}/localflavor/es/es_provinces.py
214${PYSITELIB}/localflavor/es/es_provinces.pyc 227${PYSITELIB}/localflavor/es/es_provinces.pyc
215${PYSITELIB}/localflavor/es/es_provinces.pyo 228${PYSITELIB}/localflavor/es/es_provinces.pyo
216${PYSITELIB}/localflavor/es/es_regions.py 229${PYSITELIB}/localflavor/es/es_regions.py
217${PYSITELIB}/localflavor/es/es_regions.pyc 230${PYSITELIB}/localflavor/es/es_regions.pyc
218${PYSITELIB}/localflavor/es/es_regions.pyo 231${PYSITELIB}/localflavor/es/es_regions.pyo
219${PYSITELIB}/localflavor/es/forms.py 232${PYSITELIB}/localflavor/es/forms.py
220${PYSITELIB}/localflavor/es/forms.pyc 233${PYSITELIB}/localflavor/es/forms.pyc
221${PYSITELIB}/localflavor/es/forms.pyo 234${PYSITELIB}/localflavor/es/forms.pyo
222${PYSITELIB}/localflavor/es/models.py 235${PYSITELIB}/localflavor/es/models.py
223${PYSITELIB}/localflavor/es/models.pyc 236${PYSITELIB}/localflavor/es/models.pyc
224${PYSITELIB}/localflavor/es/models.pyo 237${PYSITELIB}/localflavor/es/models.pyo
225${PYSITELIB}/localflavor/fi/__init__.py 238${PYSITELIB}/localflavor/fi/__init__.py
226${PYSITELIB}/localflavor/fi/__init__.pyc 239${PYSITELIB}/localflavor/fi/__init__.pyc
227${PYSITELIB}/localflavor/fi/__init__.pyo 240${PYSITELIB}/localflavor/fi/__init__.pyo
228${PYSITELIB}/localflavor/fi/fi_municipalities.py 241${PYSITELIB}/localflavor/fi/fi_municipalities.py
229${PYSITELIB}/localflavor/fi/fi_municipalities.pyc 242${PYSITELIB}/localflavor/fi/fi_municipalities.pyc
230${PYSITELIB}/localflavor/fi/fi_municipalities.pyo 243${PYSITELIB}/localflavor/fi/fi_municipalities.pyo
231${PYSITELIB}/localflavor/fi/forms.py 244${PYSITELIB}/localflavor/fi/forms.py
232${PYSITELIB}/localflavor/fi/forms.pyc 245${PYSITELIB}/localflavor/fi/forms.pyc
233${PYSITELIB}/localflavor/fi/forms.pyo 246${PYSITELIB}/localflavor/fi/forms.pyo
234${PYSITELIB}/localflavor/fr/__init__.py 247${PYSITELIB}/localflavor/fr/__init__.py
235${PYSITELIB}/localflavor/fr/__init__.pyc 248${PYSITELIB}/localflavor/fr/__init__.pyc
236${PYSITELIB}/localflavor/fr/__init__.pyo 249${PYSITELIB}/localflavor/fr/__init__.pyo
237${PYSITELIB}/localflavor/fr/forms.py 250${PYSITELIB}/localflavor/fr/forms.py
238${PYSITELIB}/localflavor/fr/forms.pyc 251${PYSITELIB}/localflavor/fr/forms.pyc
239${PYSITELIB}/localflavor/fr/forms.pyo 252${PYSITELIB}/localflavor/fr/forms.pyo
240${PYSITELIB}/localflavor/fr/fr_department.py 253${PYSITELIB}/localflavor/fr/fr_department.py
241${PYSITELIB}/localflavor/fr/fr_department.pyc 254${PYSITELIB}/localflavor/fr/fr_department.pyc
242${PYSITELIB}/localflavor/fr/fr_department.pyo 255${PYSITELIB}/localflavor/fr/fr_department.pyo
243${PYSITELIB}/localflavor/fr/fr_region.py 256${PYSITELIB}/localflavor/fr/fr_region.py
244${PYSITELIB}/localflavor/fr/fr_region.pyc 257${PYSITELIB}/localflavor/fr/fr_region.pyc
245${PYSITELIB}/localflavor/fr/fr_region.pyo 258${PYSITELIB}/localflavor/fr/fr_region.pyo
246${PYSITELIB}/localflavor/fr/models.py 259${PYSITELIB}/localflavor/fr/models.py
247${PYSITELIB}/localflavor/fr/models.pyc 260${PYSITELIB}/localflavor/fr/models.pyc
248${PYSITELIB}/localflavor/fr/models.pyo 261${PYSITELIB}/localflavor/fr/models.pyo
249${PYSITELIB}/localflavor/gb/__init__.py 262${PYSITELIB}/localflavor/gb/__init__.py
250${PYSITELIB}/localflavor/gb/__init__.pyc 263${PYSITELIB}/localflavor/gb/__init__.pyc
251${PYSITELIB}/localflavor/gb/__init__.pyo 264${PYSITELIB}/localflavor/gb/__init__.pyo
252${PYSITELIB}/localflavor/gb/forms.py 265${PYSITELIB}/localflavor/gb/forms.py
253${PYSITELIB}/localflavor/gb/forms.pyc 266${PYSITELIB}/localflavor/gb/forms.pyc
254${PYSITELIB}/localflavor/gb/forms.pyo 267${PYSITELIB}/localflavor/gb/forms.pyo
255${PYSITELIB}/localflavor/gb/gb_regions.py 268${PYSITELIB}/localflavor/gb/gb_regions.py
256${PYSITELIB}/localflavor/gb/gb_regions.pyc 269${PYSITELIB}/localflavor/gb/gb_regions.pyc
257${PYSITELIB}/localflavor/gb/gb_regions.pyo 270${PYSITELIB}/localflavor/gb/gb_regions.pyo
258${PYSITELIB}/localflavor/generic/__init__.py 271${PYSITELIB}/localflavor/generic/__init__.py
259${PYSITELIB}/localflavor/generic/__init__.pyc 272${PYSITELIB}/localflavor/generic/__init__.pyc
260${PYSITELIB}/localflavor/generic/__init__.pyo 273${PYSITELIB}/localflavor/generic/__init__.pyo
261${PYSITELIB}/localflavor/generic/countries/__init__.py 274${PYSITELIB}/localflavor/generic/countries/__init__.py
262${PYSITELIB}/localflavor/generic/countries/__init__.pyc 275${PYSITELIB}/localflavor/generic/countries/__init__.pyc
263${PYSITELIB}/localflavor/generic/countries/__init__.pyo 276${PYSITELIB}/localflavor/generic/countries/__init__.pyo
264${PYSITELIB}/localflavor/generic/countries/iso_3166.py 277${PYSITELIB}/localflavor/generic/countries/iso_3166.py
265${PYSITELIB}/localflavor/generic/countries/iso_3166.pyc 278${PYSITELIB}/localflavor/generic/countries/iso_3166.pyc
266${PYSITELIB}/localflavor/generic/countries/iso_3166.pyo 279${PYSITELIB}/localflavor/generic/countries/iso_3166.pyo
267${PYSITELIB}/localflavor/generic/countries/sepa.py 280${PYSITELIB}/localflavor/generic/countries/sepa.py
268${PYSITELIB}/localflavor/generic/countries/sepa.pyc 281${PYSITELIB}/localflavor/generic/countries/sepa.pyc
269${PYSITELIB}/localflavor/generic/countries/sepa.pyo 282${PYSITELIB}/localflavor/generic/countries/sepa.pyo
270${PYSITELIB}/localflavor/generic/forms.py 283${PYSITELIB}/localflavor/generic/forms.py
271${PYSITELIB}/localflavor/generic/forms.pyc 284${PYSITELIB}/localflavor/generic/forms.pyc
272${PYSITELIB}/localflavor/generic/forms.pyo 285${PYSITELIB}/localflavor/generic/forms.pyo
273${PYSITELIB}/localflavor/generic/models.py 286${PYSITELIB}/localflavor/generic/models.py
274${PYSITELIB}/localflavor/generic/models.pyc 287${PYSITELIB}/localflavor/generic/models.pyc
275${PYSITELIB}/localflavor/generic/models.pyo 288${PYSITELIB}/localflavor/generic/models.pyo
276${PYSITELIB}/localflavor/generic/validators.py 289${PYSITELIB}/localflavor/generic/validators.py
277${PYSITELIB}/localflavor/generic/validators.pyc 290${PYSITELIB}/localflavor/generic/validators.pyc
278${PYSITELIB}/localflavor/generic/validators.pyo 291${PYSITELIB}/localflavor/generic/validators.pyo
 292${PYSITELIB}/localflavor/gh/__init__.py
 293${PYSITELIB}/localflavor/gh/__init__.pyc
 294${PYSITELIB}/localflavor/gh/__init__.pyo
 295${PYSITELIB}/localflavor/gh/forms.py
 296${PYSITELIB}/localflavor/gh/forms.pyc
 297${PYSITELIB}/localflavor/gh/forms.pyo
 298${PYSITELIB}/localflavor/gh/gh_regions.py
 299${PYSITELIB}/localflavor/gh/gh_regions.pyc
 300${PYSITELIB}/localflavor/gh/gh_regions.pyo
 301${PYSITELIB}/localflavor/gh/models.py
 302${PYSITELIB}/localflavor/gh/models.pyc
 303${PYSITELIB}/localflavor/gh/models.pyo
279${PYSITELIB}/localflavor/gr/__init__.py 304${PYSITELIB}/localflavor/gr/__init__.py
280${PYSITELIB}/localflavor/gr/__init__.pyc 305${PYSITELIB}/localflavor/gr/__init__.pyc
281${PYSITELIB}/localflavor/gr/__init__.pyo 306${PYSITELIB}/localflavor/gr/__init__.pyo
282${PYSITELIB}/localflavor/gr/forms.py 307${PYSITELIB}/localflavor/gr/forms.py
283${PYSITELIB}/localflavor/gr/forms.pyc 308${PYSITELIB}/localflavor/gr/forms.pyc
284${PYSITELIB}/localflavor/gr/forms.pyo 309${PYSITELIB}/localflavor/gr/forms.pyo
285${PYSITELIB}/localflavor/hr/__init__.py 310${PYSITELIB}/localflavor/hr/__init__.py
286${PYSITELIB}/localflavor/hr/__init__.pyc 311${PYSITELIB}/localflavor/hr/__init__.pyc
287${PYSITELIB}/localflavor/hr/__init__.pyo 312${PYSITELIB}/localflavor/hr/__init__.pyo
288${PYSITELIB}/localflavor/hr/forms.py 313${PYSITELIB}/localflavor/hr/forms.py
289${PYSITELIB}/localflavor/hr/forms.pyc 314${PYSITELIB}/localflavor/hr/forms.pyc
290${PYSITELIB}/localflavor/hr/forms.pyo 315${PYSITELIB}/localflavor/hr/forms.pyo
291${PYSITELIB}/localflavor/hr/hr_choices.py 316${PYSITELIB}/localflavor/hr/hr_choices.py
292${PYSITELIB}/localflavor/hr/hr_choices.pyc 317${PYSITELIB}/localflavor/hr/hr_choices.pyc
293${PYSITELIB}/localflavor/hr/hr_choices.pyo 318${PYSITELIB}/localflavor/hr/hr_choices.pyo
294${PYSITELIB}/localflavor/hu/__init__.py 319${PYSITELIB}/localflavor/hu/__init__.py
295${PYSITELIB}/localflavor/hu/__init__.pyc 320${PYSITELIB}/localflavor/hu/__init__.pyc
296${PYSITELIB}/localflavor/hu/__init__.pyo 321${PYSITELIB}/localflavor/hu/__init__.pyo
297${PYSITELIB}/localflavor/hu/forms.py 322${PYSITELIB}/localflavor/hu/forms.py
298${PYSITELIB}/localflavor/hu/forms.pyc 323${PYSITELIB}/localflavor/hu/forms.pyc
299${PYSITELIB}/localflavor/hu/forms.pyo 324${PYSITELIB}/localflavor/hu/forms.pyo
300${PYSITELIB}/localflavor/hu/hu_counties.py 325${PYSITELIB}/localflavor/hu/hu_counties.py
301${PYSITELIB}/localflavor/hu/hu_counties.pyc 326${PYSITELIB}/localflavor/hu/hu_counties.pyc
302${PYSITELIB}/localflavor/hu/hu_counties.pyo 327${PYSITELIB}/localflavor/hu/hu_counties.pyo
303${PYSITELIB}/localflavor/id_/__init__.py 328${PYSITELIB}/localflavor/id_/__init__.py
304${PYSITELIB}/localflavor/id_/__init__.pyc 329${PYSITELIB}/localflavor/id_/__init__.pyc
305${PYSITELIB}/localflavor/id_/__init__.pyo 330${PYSITELIB}/localflavor/id_/__init__.pyo
306${PYSITELIB}/localflavor/id_/forms.py 331${PYSITELIB}/localflavor/id_/forms.py
307${PYSITELIB}/localflavor/id_/forms.pyc 332${PYSITELIB}/localflavor/id_/forms.pyc
308${PYSITELIB}/localflavor/id_/forms.pyo 333${PYSITELIB}/localflavor/id_/forms.pyo
309${PYSITELIB}/localflavor/id_/id_choices.py 334${PYSITELIB}/localflavor/id_/id_choices.py
310${PYSITELIB}/localflavor/id_/id_choices.pyc 335${PYSITELIB}/localflavor/id_/id_choices.pyc
311${PYSITELIB}/localflavor/id_/id_choices.pyo 336${PYSITELIB}/localflavor/id_/id_choices.pyo
312${PYSITELIB}/localflavor/ie/__init__.py 337${PYSITELIB}/localflavor/ie/__init__.py
313${PYSITELIB}/localflavor/ie/__init__.pyc 338${PYSITELIB}/localflavor/ie/__init__.pyc
314${PYSITELIB}/localflavor/ie/__init__.pyo 339${PYSITELIB}/localflavor/ie/__init__.pyo
315${PYSITELIB}/localflavor/ie/forms.py 340${PYSITELIB}/localflavor/ie/forms.py
316${PYSITELIB}/localflavor/ie/forms.pyc 341${PYSITELIB}/localflavor/ie/forms.pyc
317${PYSITELIB}/localflavor/ie/forms.pyo 342${PYSITELIB}/localflavor/ie/forms.pyo
318${PYSITELIB}/localflavor/ie/ie_counties.py 343${PYSITELIB}/localflavor/ie/ie_counties.py
319${PYSITELIB}/localflavor/ie/ie_counties.pyc 344${PYSITELIB}/localflavor/ie/ie_counties.pyc
320${PYSITELIB}/localflavor/ie/ie_counties.pyo 345${PYSITELIB}/localflavor/ie/ie_counties.pyo
321${PYSITELIB}/localflavor/il/__init__.py 346${PYSITELIB}/localflavor/il/__init__.py
322${PYSITELIB}/localflavor/il/__init__.pyc 347${PYSITELIB}/localflavor/il/__init__.pyc
323${PYSITELIB}/localflavor/il/__init__.pyo 348${PYSITELIB}/localflavor/il/__init__.pyo
324${PYSITELIB}/localflavor/il/forms.py 349${PYSITELIB}/localflavor/il/forms.py
325${PYSITELIB}/localflavor/il/forms.pyc 350${PYSITELIB}/localflavor/il/forms.pyc
326${PYSITELIB}/localflavor/il/forms.pyo 351${PYSITELIB}/localflavor/il/forms.pyo
327${PYSITELIB}/localflavor/in_/__init__.py 352${PYSITELIB}/localflavor/in_/__init__.py
328${PYSITELIB}/localflavor/in_/__init__.pyc 353${PYSITELIB}/localflavor/in_/__init__.pyc
329${PYSITELIB}/localflavor/in_/__init__.pyo 354${PYSITELIB}/localflavor/in_/__init__.pyo
330${PYSITELIB}/localflavor/in_/forms.py 355${PYSITELIB}/localflavor/in_/forms.py
331${PYSITELIB}/localflavor/in_/forms.pyc 356${PYSITELIB}/localflavor/in_/forms.pyc
332${PYSITELIB}/localflavor/in_/forms.pyo 357${PYSITELIB}/localflavor/in_/forms.pyo
333${PYSITELIB}/localflavor/in_/in_states.py 358${PYSITELIB}/localflavor/in_/in_states.py
334${PYSITELIB}/localflavor/in_/in_states.pyc 359${PYSITELIB}/localflavor/in_/in_states.pyc
335${PYSITELIB}/localflavor/in_/in_states.pyo 360${PYSITELIB}/localflavor/in_/in_states.pyo
336${PYSITELIB}/localflavor/in_/models.py 361${PYSITELIB}/localflavor/in_/models.py
337${PYSITELIB}/localflavor/in_/models.pyc 362${PYSITELIB}/localflavor/in_/models.pyc
338${PYSITELIB}/localflavor/in_/models.pyo 363${PYSITELIB}/localflavor/in_/models.pyo
 364${PYSITELIB}/localflavor/in_/validators.py
 365${PYSITELIB}/localflavor/in_/validators.pyc
 366${PYSITELIB}/localflavor/in_/validators.pyo
339${PYSITELIB}/localflavor/ir/__init__.py 367${PYSITELIB}/localflavor/ir/__init__.py
340${PYSITELIB}/localflavor/ir/__init__.pyc 368${PYSITELIB}/localflavor/ir/__init__.pyc
341${PYSITELIB}/localflavor/ir/__init__.pyo 369${PYSITELIB}/localflavor/ir/__init__.pyo
342${PYSITELIB}/localflavor/ir/forms.py 370${PYSITELIB}/localflavor/ir/forms.py
343${PYSITELIB}/localflavor/ir/forms.pyc 371${PYSITELIB}/localflavor/ir/forms.pyc
344${PYSITELIB}/localflavor/ir/forms.pyo 372${PYSITELIB}/localflavor/ir/forms.pyo
345${PYSITELIB}/localflavor/ir/ir_provinces.py 373${PYSITELIB}/localflavor/ir/ir_provinces.py
346${PYSITELIB}/localflavor/ir/ir_provinces.pyc 374${PYSITELIB}/localflavor/ir/ir_provinces.pyc
347${PYSITELIB}/localflavor/ir/ir_provinces.pyo 375${PYSITELIB}/localflavor/ir/ir_provinces.pyo
348${PYSITELIB}/localflavor/is_/__init__.py 376${PYSITELIB}/localflavor/is_/__init__.py
349${PYSITELIB}/localflavor/is_/__init__.pyc 377${PYSITELIB}/localflavor/is_/__init__.pyc
350${PYSITELIB}/localflavor/is_/__init__.pyo 378${PYSITELIB}/localflavor/is_/__init__.pyo
351${PYSITELIB}/localflavor/is_/forms.py 379${PYSITELIB}/localflavor/is_/forms.py
352${PYSITELIB}/localflavor/is_/forms.pyc 380${PYSITELIB}/localflavor/is_/forms.pyc
353${PYSITELIB}/localflavor/is_/forms.pyo 381${PYSITELIB}/localflavor/is_/forms.pyo
354${PYSITELIB}/localflavor/is_/is_postalcodes.py 382${PYSITELIB}/localflavor/is_/is_postalcodes.py
355${PYSITELIB}/localflavor/is_/is_postalcodes.pyc 383${PYSITELIB}/localflavor/is_/is_postalcodes.pyc
356${PYSITELIB}/localflavor/is_/is_postalcodes.pyo 384${PYSITELIB}/localflavor/is_/is_postalcodes.pyo
357${PYSITELIB}/localflavor/it/__init__.py 385${PYSITELIB}/localflavor/it/__init__.py
358${PYSITELIB}/localflavor/it/__init__.pyc 386${PYSITELIB}/localflavor/it/__init__.pyc
359${PYSITELIB}/localflavor/it/__init__.pyo 387${PYSITELIB}/localflavor/it/__init__.pyo
360${PYSITELIB}/localflavor/it/forms.py 388${PYSITELIB}/localflavor/it/forms.py
361${PYSITELIB}/localflavor/it/forms.pyc 389${PYSITELIB}/localflavor/it/forms.pyc
362${PYSITELIB}/localflavor/it/forms.pyo 390${PYSITELIB}/localflavor/it/forms.pyo
363${PYSITELIB}/localflavor/it/it_province.py 391${PYSITELIB}/localflavor/it/it_province.py
364${PYSITELIB}/localflavor/it/it_province.pyc 392${PYSITELIB}/localflavor/it/it_province.pyc
365${PYSITELIB}/localflavor/it/it_province.pyo 393${PYSITELIB}/localflavor/it/it_province.pyo
366${PYSITELIB}/localflavor/it/it_region.py 394${PYSITELIB}/localflavor/it/it_region.py
367${PYSITELIB}/localflavor/it/it_region.pyc 395${PYSITELIB}/localflavor/it/it_region.pyc
368${PYSITELIB}/localflavor/it/it_region.pyo 396${PYSITELIB}/localflavor/it/it_region.pyo
369${PYSITELIB}/localflavor/it/util.py 397${PYSITELIB}/localflavor/it/util.py
370${PYSITELIB}/localflavor/it/util.pyc 398${PYSITELIB}/localflavor/it/util.pyc
371${PYSITELIB}/localflavor/it/util.pyo 399${PYSITELIB}/localflavor/it/util.pyo
372${PYSITELIB}/localflavor/jp/__init__.py 400${PYSITELIB}/localflavor/jp/__init__.py
373${PYSITELIB}/localflavor/jp/__init__.pyc 401${PYSITELIB}/localflavor/jp/__init__.pyc
374${PYSITELIB}/localflavor/jp/__init__.pyo 402${PYSITELIB}/localflavor/jp/__init__.pyo
375${PYSITELIB}/localflavor/jp/forms.py 403${PYSITELIB}/localflavor/jp/forms.py
376${PYSITELIB}/localflavor/jp/forms.pyc 404${PYSITELIB}/localflavor/jp/forms.pyc
377${PYSITELIB}/localflavor/jp/forms.pyo 405${PYSITELIB}/localflavor/jp/forms.pyo
378${PYSITELIB}/localflavor/jp/jp_prefectures.py 406${PYSITELIB}/localflavor/jp/jp_prefectures.py
379${PYSITELIB}/localflavor/jp/jp_prefectures.pyc 407${PYSITELIB}/localflavor/jp/jp_prefectures.pyc
380${PYSITELIB}/localflavor/jp/jp_prefectures.pyo 408${PYSITELIB}/localflavor/jp/jp_prefectures.pyo
381${PYSITELIB}/localflavor/kw/__init__.py 409${PYSITELIB}/localflavor/kw/__init__.py
382${PYSITELIB}/localflavor/kw/__init__.pyc 410${PYSITELIB}/localflavor/kw/__init__.pyc
383${PYSITELIB}/localflavor/kw/__init__.pyo 411${PYSITELIB}/localflavor/kw/__init__.pyo
384${PYSITELIB}/localflavor/kw/forms.py 412${PYSITELIB}/localflavor/kw/forms.py
385${PYSITELIB}/localflavor/kw/forms.pyc 413${PYSITELIB}/localflavor/kw/forms.pyc
386${PYSITELIB}/localflavor/kw/forms.pyo 414${PYSITELIB}/localflavor/kw/forms.pyo
387${PYSITELIB}/localflavor/kw/kw_areas.py 415${PYSITELIB}/localflavor/kw/kw_areas.py
388${PYSITELIB}/localflavor/kw/kw_areas.pyc 416${PYSITELIB}/localflavor/kw/kw_areas.pyc
389${PYSITELIB}/localflavor/kw/kw_areas.pyo 417${PYSITELIB}/localflavor/kw/kw_areas.pyo
390${PYSITELIB}/localflavor/kw/kw_governorates.py 418${PYSITELIB}/localflavor/kw/kw_governorates.py
391${PYSITELIB}/localflavor/kw/kw_governorates.pyc 419${PYSITELIB}/localflavor/kw/kw_governorates.pyc
392${PYSITELIB}/localflavor/kw/kw_governorates.pyo 420${PYSITELIB}/localflavor/kw/kw_governorates.pyo
393${PYSITELIB}/localflavor/locale/ar/LC_MESSAGES/django.mo 421${PYSITELIB}/localflavor/locale/ar/LC_MESSAGES/django.mo
394${PYSITELIB}/localflavor/locale/ar/LC_MESSAGES/django.po 422${PYSITELIB}/localflavor/locale/ar/LC_MESSAGES/django.po
395${PYSITELIB}/localflavor/locale/ar_DZ/LC_MESSAGES/django.mo 423${PYSITELIB}/localflavor/locale/ar_DZ/LC_MESSAGES/django.mo
396${PYSITELIB}/localflavor/locale/ar_DZ/LC_MESSAGES/django.po 424${PYSITELIB}/localflavor/locale/ar_DZ/LC_MESSAGES/django.po
397${PYSITELIB}/localflavor/locale/az/LC_MESSAGES/django.mo 425${PYSITELIB}/localflavor/locale/az/LC_MESSAGES/django.mo
398${PYSITELIB}/localflavor/locale/az/LC_MESSAGES/django.po 426${PYSITELIB}/localflavor/locale/az/LC_MESSAGES/django.po
399${PYSITELIB}/localflavor/locale/bg/LC_MESSAGES/django.mo 427${PYSITELIB}/localflavor/locale/bg/LC_MESSAGES/django.mo
400${PYSITELIB}/localflavor/locale/bg/LC_MESSAGES/django.po 428${PYSITELIB}/localflavor/locale/bg/LC_MESSAGES/django.po
401${PYSITELIB}/localflavor/locale/bn/LC_MESSAGES/django.mo 429${PYSITELIB}/localflavor/locale/bn/LC_MESSAGES/django.mo
402${PYSITELIB}/localflavor/locale/bn/LC_MESSAGES/django.po 430${PYSITELIB}/localflavor/locale/bn/LC_MESSAGES/django.po
403${PYSITELIB}/localflavor/locale/br/LC_MESSAGES/django.mo 431${PYSITELIB}/localflavor/locale/br/LC_MESSAGES/django.mo
404${PYSITELIB}/localflavor/locale/br/LC_MESSAGES/django.po 432${PYSITELIB}/localflavor/locale/br/LC_MESSAGES/django.po
405${PYSITELIB}/localflavor/locale/bs/LC_MESSAGES/django.mo 433${PYSITELIB}/localflavor/locale/bs/LC_MESSAGES/django.mo
406${PYSITELIB}/localflavor/locale/bs/LC_MESSAGES/django.po 434${PYSITELIB}/localflavor/locale/bs/LC_MESSAGES/django.po
407${PYSITELIB}/localflavor/locale/ca/LC_MESSAGES/django.mo 435${PYSITELIB}/localflavor/locale/ca/LC_MESSAGES/django.mo
408${PYSITELIB}/localflavor/locale/ca/LC_MESSAGES/django.po 436${PYSITELIB}/localflavor/locale/ca/LC_MESSAGES/django.po
409${PYSITELIB}/localflavor/locale/cs/LC_MESSAGES/django.mo 437${PYSITELIB}/localflavor/locale/cs/LC_MESSAGES/django.mo
410${PYSITELIB}/localflavor/locale/cs/LC_MESSAGES/django.po 438${PYSITELIB}/localflavor/locale/cs/LC_MESSAGES/django.po
411${PYSITELIB}/localflavor/locale/cy/LC_MESSAGES/django.mo 439${PYSITELIB}/localflavor/locale/cy/LC_MESSAGES/django.mo
412${PYSITELIB}/localflavor/locale/cy/LC_MESSAGES/django.po 440${PYSITELIB}/localflavor/locale/cy/LC_MESSAGES/django.po
413${PYSITELIB}/localflavor/locale/da/LC_MESSAGES/django.mo 441${PYSITELIB}/localflavor/locale/da/LC_MESSAGES/django.mo
414${PYSITELIB}/localflavor/locale/da/LC_MESSAGES/django.po 442${PYSITELIB}/localflavor/locale/da/LC_MESSAGES/django.po
415${PYSITELIB}/localflavor/locale/de/LC_MESSAGES/django.mo 443${PYSITELIB}/localflavor/locale/de/LC_MESSAGES/django.mo
416${PYSITELIB}/localflavor/locale/de/LC_MESSAGES/django.po 444${PYSITELIB}/localflavor/locale/de/LC_MESSAGES/django.po
417${PYSITELIB}/localflavor/locale/el/LC_MESSAGES/django.mo 445${PYSITELIB}/localflavor/locale/el/LC_MESSAGES/django.mo
418${PYSITELIB}/localflavor/locale/el/LC_MESSAGES/django.po 446${PYSITELIB}/localflavor/locale/el/LC_MESSAGES/django.po
419${PYSITELIB}/localflavor/locale/en/LC_MESSAGES/django.mo 447${PYSITELIB}/localflavor/locale/en/LC_MESSAGES/django.mo
420${PYSITELIB}/localflavor/locale/en/LC_MESSAGES/django.po 448${PYSITELIB}/localflavor/locale/en/LC_MESSAGES/django.po
421${PYSITELIB}/localflavor/locale/en_GB/LC_MESSAGES/django.mo 449${PYSITELIB}/localflavor/locale/en_GB/LC_MESSAGES/django.mo
422${PYSITELIB}/localflavor/locale/en_GB/LC_MESSAGES/django.po 450${PYSITELIB}/localflavor/locale/en_GB/LC_MESSAGES/django.po
423${PYSITELIB}/localflavor/locale/eo/LC_MESSAGES/django.mo 451${PYSITELIB}/localflavor/locale/eo/LC_MESSAGES/django.mo
424${PYSITELIB}/localflavor/locale/eo/LC_MESSAGES/django.po 452${PYSITELIB}/localflavor/locale/eo/LC_MESSAGES/django.po
425${PYSITELIB}/localflavor/locale/es/LC_MESSAGES/django.mo 453${PYSITELIB}/localflavor/locale/es/LC_MESSAGES/django.mo
426${PYSITELIB}/localflavor/locale/es/LC_MESSAGES/django.po 454${PYSITELIB}/localflavor/locale/es/LC_MESSAGES/django.po
427${PYSITELIB}/localflavor/locale/es_AR/LC_MESSAGES/django.mo 455${PYSITELIB}/localflavor/locale/es_AR/LC_MESSAGES/django.mo
428${PYSITELIB}/localflavor/locale/es_AR/LC_MESSAGES/django.po 456${PYSITELIB}/localflavor/locale/es_AR/LC_MESSAGES/django.po
429${PYSITELIB}/localflavor/locale/es_MX/LC_MESSAGES/django.mo 457${PYSITELIB}/localflavor/locale/es_MX/LC_MESSAGES/django.mo
430${PYSITELIB}/localflavor/locale/es_MX/LC_MESSAGES/django.po 458${PYSITELIB}/localflavor/locale/es_MX/LC_MESSAGES/django.po
431${PYSITELIB}/localflavor/locale/et/LC_MESSAGES/django.mo 459${PYSITELIB}/localflavor/locale/et/LC_MESSAGES/django.mo
432${PYSITELIB}/localflavor/locale/et/LC_MESSAGES/django.po 460${PYSITELIB}/localflavor/locale/et/LC_MESSAGES/django.po
433${PYSITELIB}/localflavor/locale/eu/LC_MESSAGES/django.mo 461${PYSITELIB}/localflavor/locale/eu/LC_MESSAGES/django.mo
434${PYSITELIB}/localflavor/locale/eu/LC_MESSAGES/django.po 462${PYSITELIB}/localflavor/locale/eu/LC_MESSAGES/django.po
435${PYSITELIB}/localflavor/locale/fa/LC_MESSAGES/django.mo 463${PYSITELIB}/localflavor/locale/fa/LC_MESSAGES/django.mo
436${PYSITELIB}/localflavor/locale/fa/LC_MESSAGES/django.po 464${PYSITELIB}/localflavor/locale/fa/LC_MESSAGES/django.po
437${PYSITELIB}/localflavor/locale/fi/LC_MESSAGES/django.mo 465${PYSITELIB}/localflavor/locale/fi/LC_MESSAGES/django.mo
438${PYSITELIB}/localflavor/locale/fi/LC_MESSAGES/django.po 466${PYSITELIB}/localflavor/locale/fi/LC_MESSAGES/django.po
439${PYSITELIB}/localflavor/locale/fr/LC_MESSAGES/django.mo 467${PYSITELIB}/localflavor/locale/fr/LC_MESSAGES/django.mo
440${PYSITELIB}/localflavor/locale/fr/LC_MESSAGES/django.po 468${PYSITELIB}/localflavor/locale/fr/LC_MESSAGES/django.po
441${PYSITELIB}/localflavor/locale/ga/LC_MESSAGES/django.mo 469${PYSITELIB}/localflavor/locale/ga/LC_MESSAGES/django.mo
442${PYSITELIB}/localflavor/locale/ga/LC_MESSAGES/django.po 470${PYSITELIB}/localflavor/locale/ga/LC_MESSAGES/django.po
443${PYSITELIB}/localflavor/locale/gd/LC_MESSAGES/django.mo 471${PYSITELIB}/localflavor/locale/gd/LC_MESSAGES/django.mo
444${PYSITELIB}/localflavor/locale/gd/LC_MESSAGES/django.po 472${PYSITELIB}/localflavor/locale/gd/LC_MESSAGES/django.po
445${PYSITELIB}/localflavor/locale/gl/LC_MESSAGES/django.mo 473${PYSITELIB}/localflavor/locale/gl/LC_MESSAGES/django.mo
446${PYSITELIB}/localflavor/locale/gl/LC_MESSAGES/django.po 474${PYSITELIB}/localflavor/locale/gl/LC_MESSAGES/django.po
447${PYSITELIB}/localflavor/locale/he/LC_MESSAGES/django.mo 475${PYSITELIB}/localflavor/locale/he/LC_MESSAGES/django.mo
448${PYSITELIB}/localflavor/locale/he/LC_MESSAGES/django.po 476${PYSITELIB}/localflavor/locale/he/LC_MESSAGES/django.po
449${PYSITELIB}/localflavor/locale/hi/LC_MESSAGES/django.mo 477${PYSITELIB}/localflavor/locale/hi/LC_MESSAGES/django.mo
450${PYSITELIB}/localflavor/locale/hi/LC_MESSAGES/django.po 478${PYSITELIB}/localflavor/locale/hi/LC_MESSAGES/django.po
451${PYSITELIB}/localflavor/locale/hr/LC_MESSAGES/django.mo 479${PYSITELIB}/localflavor/locale/hr/LC_MESSAGES/django.mo
452${PYSITELIB}/localflavor/locale/hr/LC_MESSAGES/django.po 480${PYSITELIB}/localflavor/locale/hr/LC_MESSAGES/django.po
453${PYSITELIB}/localflavor/locale/hu/LC_MESSAGES/django.mo 481${PYSITELIB}/localflavor/locale/hu/LC_MESSAGES/django.mo
454${PYSITELIB}/localflavor/locale/hu/LC_MESSAGES/django.po 482${PYSITELIB}/localflavor/locale/hu/LC_MESSAGES/django.po
455${PYSITELIB}/localflavor/locale/id/LC_MESSAGES/django.mo 483${PYSITELIB}/localflavor/locale/id/LC_MESSAGES/django.mo
456${PYSITELIB}/localflavor/locale/id/LC_MESSAGES/django.po 484${PYSITELIB}/localflavor/locale/id/LC_MESSAGES/django.po
457${PYSITELIB}/localflavor/locale/is/LC_MESSAGES/django.mo 485${PYSITELIB}/localflavor/locale/is/LC_MESSAGES/django.mo
458${PYSITELIB}/localflavor/locale/is/LC_MESSAGES/django.po 486${PYSITELIB}/localflavor/locale/is/LC_MESSAGES/django.po
459${PYSITELIB}/localflavor/locale/it/LC_MESSAGES/django.mo 487${PYSITELIB}/localflavor/locale/it/LC_MESSAGES/django.mo
460${PYSITELIB}/localflavor/locale/it/LC_MESSAGES/django.po 488${PYSITELIB}/localflavor/locale/it/LC_MESSAGES/django.po
461${PYSITELIB}/localflavor/locale/ja/LC_MESSAGES/django.mo 489${PYSITELIB}/localflavor/locale/ja/LC_MESSAGES/django.mo
462${PYSITELIB}/localflavor/locale/ja/LC_MESSAGES/django.po 490${PYSITELIB}/localflavor/locale/ja/LC_MESSAGES/django.po
463${PYSITELIB}/localflavor/locale/ka/LC_MESSAGES/django.mo 491${PYSITELIB}/localflavor/locale/ka/LC_MESSAGES/django.mo
464${PYSITELIB}/localflavor/locale/ka/LC_MESSAGES/django.po 492${PYSITELIB}/localflavor/locale/ka/LC_MESSAGES/django.po
465${PYSITELIB}/localflavor/locale/km/LC_MESSAGES/django.mo 493${PYSITELIB}/localflavor/locale/km/LC_MESSAGES/django.mo
466${PYSITELIB}/localflavor/locale/km/LC_MESSAGES/django.po 494${PYSITELIB}/localflavor/locale/km/LC_MESSAGES/django.po
467${PYSITELIB}/localflavor/locale/kn/LC_MESSAGES/django.mo 495${PYSITELIB}/localflavor/locale/kn/LC_MESSAGES/django.mo
468${PYSITELIB}/localflavor/locale/kn/LC_MESSAGES/django.po 496${PYSITELIB}/localflavor/locale/kn/LC_MESSAGES/django.po
469${PYSITELIB}/localflavor/locale/ko/LC_MESSAGES/django.mo 497${PYSITELIB}/localflavor/locale/ko/LC_MESSAGES/django.mo
470${PYSITELIB}/localflavor/locale/ko/LC_MESSAGES/django.po 498${PYSITELIB}/localflavor/locale/ko/LC_MESSAGES/django.po
471${PYSITELIB}/localflavor/locale/lt/LC_MESSAGES/django.mo 499${PYSITELIB}/localflavor/locale/lt/LC_MESSAGES/django.mo
472${PYSITELIB}/localflavor/locale/lt/LC_MESSAGES/django.po 500${PYSITELIB}/localflavor/locale/lt/LC_MESSAGES/django.po
473${PYSITELIB}/localflavor/locale/lv/LC_MESSAGES/django.mo 501${PYSITELIB}/localflavor/locale/lv/LC_MESSAGES/django.mo
474${PYSITELIB}/localflavor/locale/lv/LC_MESSAGES/django.po 502${PYSITELIB}/localflavor/locale/lv/LC_MESSAGES/django.po
475${PYSITELIB}/localflavor/locale/mk/LC_MESSAGES/django.mo 503${PYSITELIB}/localflavor/locale/mk/LC_MESSAGES/django.mo
476${PYSITELIB}/localflavor/locale/mk/LC_MESSAGES/django.po 504${PYSITELIB}/localflavor/locale/mk/LC_MESSAGES/django.po
477${PYSITELIB}/localflavor/locale/mn/LC_MESSAGES/django.mo 505${PYSITELIB}/localflavor/locale/mn/LC_MESSAGES/django.mo
478${PYSITELIB}/localflavor/locale/mn/LC_MESSAGES/django.po 506${PYSITELIB}/localflavor/locale/mn/LC_MESSAGES/django.po
479${PYSITELIB}/localflavor/locale/nb/LC_MESSAGES/django.mo 507${PYSITELIB}/localflavor/locale/nb/LC_MESSAGES/django.mo
480${PYSITELIB}/localflavor/locale/nb/LC_MESSAGES/django.po 508${PYSITELIB}/localflavor/locale/nb/LC_MESSAGES/django.po
481${PYSITELIB}/localflavor/locale/nl/LC_MESSAGES/django.mo 509${PYSITELIB}/localflavor/locale/nl/LC_MESSAGES/django.mo
482${PYSITELIB}/localflavor/locale/nl/LC_MESSAGES/django.po 510${PYSITELIB}/localflavor/locale/nl/LC_MESSAGES/django.po
483${PYSITELIB}/localflavor/locale/nn/LC_MESSAGES/django.mo 511${PYSITELIB}/localflavor/locale/nn/LC_MESSAGES/django.mo
484${PYSITELIB}/localflavor/locale/nn/LC_MESSAGES/django.po 512${PYSITELIB}/localflavor/locale/nn/LC_MESSAGES/django.po
485${PYSITELIB}/localflavor/locale/pa/LC_MESSAGES/django.mo 513${PYSITELIB}/localflavor/locale/pa/LC_MESSAGES/django.mo
486${PYSITELIB}/localflavor/locale/pa/LC_MESSAGES/django.po 514${PYSITELIB}/localflavor/locale/pa/LC_MESSAGES/django.po
487${PYSITELIB}/localflavor/locale/pl/LC_MESSAGES/django.mo 515${PYSITELIB}/localflavor/locale/pl/LC_MESSAGES/django.mo
488${PYSITELIB}/localflavor/locale/pl/LC_MESSAGES/django.po 516${PYSITELIB}/localflavor/locale/pl/LC_MESSAGES/django.po
489${PYSITELIB}/localflavor/locale/pt/LC_MESSAGES/django.mo 517${PYSITELIB}/localflavor/locale/pt/LC_MESSAGES/django.mo
490${PYSITELIB}/localflavor/locale/pt/LC_MESSAGES/django.po 518${PYSITELIB}/localflavor/locale/pt/LC_MESSAGES/django.po
491${PYSITELIB}/localflavor/locale/pt_BR/LC_MESSAGES/django.mo 519${PYSITELIB}/localflavor/locale/pt_BR/LC_MESSAGES/django.mo
492${PYSITELIB}/localflavor/locale/pt_BR/LC_MESSAGES/django.po 520${PYSITELIB}/localflavor/locale/pt_BR/LC_MESSAGES/django.po
493${PYSITELIB}/localflavor/locale/ro/LC_MESSAGES/django.mo 521${PYSITELIB}/localflavor/locale/ro/LC_MESSAGES/django.mo
494${PYSITELIB}/localflavor/locale/ro/LC_MESSAGES/django.po 522${PYSITELIB}/localflavor/locale/ro/LC_MESSAGES/django.po
495${PYSITELIB}/localflavor/locale/ru/LC_MESSAGES/django.mo 523${PYSITELIB}/localflavor/locale/ru/LC_MESSAGES/django.mo
496${PYSITELIB}/localflavor/locale/ru/LC_MESSAGES/django.po 524${PYSITELIB}/localflavor/locale/ru/LC_MESSAGES/django.po
497${PYSITELIB}/localflavor/locale/sk/LC_MESSAGES/django.mo 525${PYSITELIB}/localflavor/locale/sk/LC_MESSAGES/django.mo
498${PYSITELIB}/localflavor/locale/sk/LC_MESSAGES/django.po 526${PYSITELIB}/localflavor/locale/sk/LC_MESSAGES/django.po
499${PYSITELIB}/localflavor/locale/sl/LC_MESSAGES/django.mo 527${PYSITELIB}/localflavor/locale/sl/LC_MESSAGES/django.mo
500${PYSITELIB}/localflavor/locale/sl/LC_MESSAGES/django.po 528${PYSITELIB}/localflavor/locale/sl/LC_MESSAGES/django.po
501${PYSITELIB}/localflavor/locale/sq/LC_MESSAGES/django.mo 529${PYSITELIB}/localflavor/locale/sq/LC_MESSAGES/django.mo
502${PYSITELIB}/localflavor/locale/sq/LC_MESSAGES/django.po 530${PYSITELIB}/localflavor/locale/sq/LC_MESSAGES/django.po
503${PYSITELIB}/localflavor/locale/sr/LC_MESSAGES/django.mo 531${PYSITELIB}/localflavor/locale/sr/LC_MESSAGES/django.mo
504${PYSITELIB}/localflavor/locale/sr/LC_MESSAGES/django.po 532${PYSITELIB}/localflavor/locale/sr/LC_MESSAGES/django.po
505${PYSITELIB}/localflavor/locale/sr_Latn/LC_MESSAGES/django.mo 533${PYSITELIB}/localflavor/locale/sr_Latn/LC_MESSAGES/django.mo
506${PYSITELIB}/localflavor/locale/sr_Latn/LC_MESSAGES/django.po 534${PYSITELIB}/localflavor/locale/sr_Latn/LC_MESSAGES/django.po
507${PYSITELIB}/localflavor/locale/sv/LC_MESSAGES/django.mo 535${PYSITELIB}/localflavor/locale/sv/LC_MESSAGES/django.mo
508${PYSITELIB}/localflavor/locale/sv/LC_MESSAGES/django.po 536${PYSITELIB}/localflavor/locale/sv/LC_MESSAGES/django.po
509${PYSITELIB}/localflavor/locale/ta/LC_MESSAGES/django.mo 537${PYSITELIB}/localflavor/locale/ta/LC_MESSAGES/django.mo
510${PYSITELIB}/localflavor/locale/ta/LC_MESSAGES/django.po 538${PYSITELIB}/localflavor/locale/ta/LC_MESSAGES/django.po
511${PYSITELIB}/localflavor/locale/te/LC_MESSAGES/django.mo 539${PYSITELIB}/localflavor/locale/te/LC_MESSAGES/django.mo
512${PYSITELIB}/localflavor/locale/te/LC_MESSAGES/django.po 540${PYSITELIB}/localflavor/locale/te/LC_MESSAGES/django.po
513${PYSITELIB}/localflavor/locale/th/LC_MESSAGES/django.mo 541${PYSITELIB}/localflavor/locale/th/LC_MESSAGES/django.mo
514${PYSITELIB}/localflavor/locale/th/LC_MESSAGES/django.po 542${PYSITELIB}/localflavor/locale/th/LC_MESSAGES/django.po
515${PYSITELIB}/localflavor/locale/tr/LC_MESSAGES/django.mo 543${PYSITELIB}/localflavor/locale/tr/LC_MESSAGES/django.mo
516${PYSITELIB}/localflavor/locale/tr/LC_MESSAGES/django.po 544${PYSITELIB}/localflavor/locale/tr/LC_MESSAGES/django.po
517${PYSITELIB}/localflavor/locale/uk/LC_MESSAGES/django.mo 545${PYSITELIB}/localflavor/locale/uk/LC_MESSAGES/django.mo
518${PYSITELIB}/localflavor/locale/uk/LC_MESSAGES/django.po 546${PYSITELIB}/localflavor/locale/uk/LC_MESSAGES/django.po
519${PYSITELIB}/localflavor/locale/vi/LC_MESSAGES/django.mo 547${PYSITELIB}/localflavor/locale/vi/LC_MESSAGES/django.mo
520${PYSITELIB}/localflavor/locale/vi/LC_MESSAGES/django.po 548${PYSITELIB}/localflavor/locale/vi/LC_MESSAGES/django.po
521${PYSITELIB}/localflavor/locale/zh_Hans/LC_MESSAGES/django.mo 549${PYSITELIB}/localflavor/locale/zh_Hans/LC_MESSAGES/django.mo
522${PYSITELIB}/localflavor/locale/zh_Hans/LC_MESSAGES/django.po 550${PYSITELIB}/localflavor/locale/zh_Hans/LC_MESSAGES/django.po
523${PYSITELIB}/localflavor/locale/zh_Hant/LC_MESSAGES/django.mo 551${PYSITELIB}/localflavor/locale/zh_Hant/LC_MESSAGES/django.mo
524${PYSITELIB}/localflavor/locale/zh_Hant/LC_MESSAGES/django.po 552${PYSITELIB}/localflavor/locale/zh_Hant/LC_MESSAGES/django.po
525${PYSITELIB}/localflavor/lt/__init__.py 553${PYSITELIB}/localflavor/lt/__init__.py
526${PYSITELIB}/localflavor/lt/__init__.pyc 554${PYSITELIB}/localflavor/lt/__init__.pyc
527${PYSITELIB}/localflavor/lt/__init__.pyo 555${PYSITELIB}/localflavor/lt/__init__.pyo
528${PYSITELIB}/localflavor/lt/forms.py 556${PYSITELIB}/localflavor/lt/forms.py
529${PYSITELIB}/localflavor/lt/forms.pyc 557${PYSITELIB}/localflavor/lt/forms.pyc
530${PYSITELIB}/localflavor/lt/forms.pyo 558${PYSITELIB}/localflavor/lt/forms.pyo
531${PYSITELIB}/localflavor/lt/lt_choices.py 559${PYSITELIB}/localflavor/lt/lt_choices.py
532${PYSITELIB}/localflavor/lt/lt_choices.pyc 560${PYSITELIB}/localflavor/lt/lt_choices.pyc
533${PYSITELIB}/localflavor/lt/lt_choices.pyo 561${PYSITELIB}/localflavor/lt/lt_choices.pyo
534${PYSITELIB}/localflavor/lv/__init__.py 562${PYSITELIB}/localflavor/lv/__init__.py
535${PYSITELIB}/localflavor/lv/__init__.pyc 563${PYSITELIB}/localflavor/lv/__init__.pyc
536${PYSITELIB}/localflavor/lv/__init__.pyo 564${PYSITELIB}/localflavor/lv/__init__.pyo
537${PYSITELIB}/localflavor/lv/forms.py 565${PYSITELIB}/localflavor/lv/forms.py
538${PYSITELIB}/localflavor/lv/forms.pyc 566${PYSITELIB}/localflavor/lv/forms.pyc
539${PYSITELIB}/localflavor/lv/forms.pyo 567${PYSITELIB}/localflavor/lv/forms.pyo
540${PYSITELIB}/localflavor/lv/lv_choices.py 568${PYSITELIB}/localflavor/lv/lv_choices.py
541${PYSITELIB}/localflavor/lv/lv_choices.pyc 569${PYSITELIB}/localflavor/lv/lv_choices.pyc
542${PYSITELIB}/localflavor/lv/lv_choices.pyo 570${PYSITELIB}/localflavor/lv/lv_choices.pyo
543${PYSITELIB}/localflavor/ma/__init__.py 571${PYSITELIB}/localflavor/ma/__init__.py
544${PYSITELIB}/localflavor/ma/__init__.pyc 572${PYSITELIB}/localflavor/ma/__init__.pyc
545${PYSITELIB}/localflavor/ma/__init__.pyo 573${PYSITELIB}/localflavor/ma/__init__.pyo
546${PYSITELIB}/localflavor/ma/forms.py 574${PYSITELIB}/localflavor/ma/forms.py
547${PYSITELIB}/localflavor/ma/forms.pyc 575${PYSITELIB}/localflavor/ma/forms.pyc
548${PYSITELIB}/localflavor/ma/forms.pyo 576${PYSITELIB}/localflavor/ma/forms.pyo
549${PYSITELIB}/localflavor/ma/ma_provinces.py 577${PYSITELIB}/localflavor/ma/ma_provinces.py
550${PYSITELIB}/localflavor/ma/ma_provinces.pyc 578${PYSITELIB}/localflavor/ma/ma_provinces.pyc
551${PYSITELIB}/localflavor/ma/ma_provinces.pyo 579${PYSITELIB}/localflavor/ma/ma_provinces.pyo
552${PYSITELIB}/localflavor/ma/ma_regions.py 580${PYSITELIB}/localflavor/ma/ma_regions.py
553${PYSITELIB}/localflavor/ma/ma_regions.pyc 581${PYSITELIB}/localflavor/ma/ma_regions.pyc
554${PYSITELIB}/localflavor/ma/ma_regions.pyo 582${PYSITELIB}/localflavor/ma/ma_regions.pyo
555${PYSITELIB}/localflavor/md/__init__.py 583${PYSITELIB}/localflavor/md/__init__.py
556${PYSITELIB}/localflavor/md/__init__.pyc 584${PYSITELIB}/localflavor/md/__init__.pyc
557${PYSITELIB}/localflavor/md/__init__.pyo 585${PYSITELIB}/localflavor/md/__init__.pyo
558${PYSITELIB}/localflavor/md/choices.py 586${PYSITELIB}/localflavor/md/choices.py
559${PYSITELIB}/localflavor/md/choices.pyc 587${PYSITELIB}/localflavor/md/choices.pyc
560${PYSITELIB}/localflavor/md/choices.pyo 588${PYSITELIB}/localflavor/md/choices.pyo
561${PYSITELIB}/localflavor/md/forms.py 589${PYSITELIB}/localflavor/md/forms.py
562${PYSITELIB}/localflavor/md/forms.pyc 590${PYSITELIB}/localflavor/md/forms.pyc
563${PYSITELIB}/localflavor/md/forms.pyo 591${PYSITELIB}/localflavor/md/forms.pyo
564${PYSITELIB}/localflavor/md/models.py 592${PYSITELIB}/localflavor/md/models.py
565${PYSITELIB}/localflavor/md/models.pyc 593${PYSITELIB}/localflavor/md/models.pyc
566${PYSITELIB}/localflavor/md/models.pyo 594${PYSITELIB}/localflavor/md/models.pyo
567${PYSITELIB}/localflavor/md/validators.py 595${PYSITELIB}/localflavor/md/validators.py
568${PYSITELIB}/localflavor/md/validators.pyc 596${PYSITELIB}/localflavor/md/validators.pyc
569${PYSITELIB}/localflavor/md/validators.pyo 597${PYSITELIB}/localflavor/md/validators.pyo
570${PYSITELIB}/localflavor/mk/__init__.py 598${PYSITELIB}/localflavor/mk/__init__.py
571${PYSITELIB}/localflavor/mk/__init__.pyc 599${PYSITELIB}/localflavor/mk/__init__.pyc
572${PYSITELIB}/localflavor/mk/__init__.pyo 600${PYSITELIB}/localflavor/mk/__init__.pyo
573${PYSITELIB}/localflavor/mk/forms.py 601${PYSITELIB}/localflavor/mk/forms.py
574${PYSITELIB}/localflavor/mk/forms.pyc 602${PYSITELIB}/localflavor/mk/forms.pyc
575${PYSITELIB}/localflavor/mk/forms.pyo 603${PYSITELIB}/localflavor/mk/forms.pyo
576${PYSITELIB}/localflavor/mk/mk_choices.py 604${PYSITELIB}/localflavor/mk/mk_choices.py
577${PYSITELIB}/localflavor/mk/mk_choices.pyc 605${PYSITELIB}/localflavor/mk/mk_choices.pyc
578${PYSITELIB}/localflavor/mk/mk_choices.pyo 606${PYSITELIB}/localflavor/mk/mk_choices.pyo
579${PYSITELIB}/localflavor/mk/models.py 607${PYSITELIB}/localflavor/mk/models.py
580${PYSITELIB}/localflavor/mk/models.pyc 608${PYSITELIB}/localflavor/mk/models.pyc
581${PYSITELIB}/localflavor/mk/models.pyo 609${PYSITELIB}/localflavor/mk/models.pyo
582${PYSITELIB}/localflavor/mt/__init__.py 610${PYSITELIB}/localflavor/mt/__init__.py
583${PYSITELIB}/localflavor/mt/__init__.pyc 611${PYSITELIB}/localflavor/mt/__init__.pyc
584${PYSITELIB}/localflavor/mt/__init__.pyo 612${PYSITELIB}/localflavor/mt/__init__.pyo
585${PYSITELIB}/localflavor/mt/forms.py 613${PYSITELIB}/localflavor/mt/forms.py
586${PYSITELIB}/localflavor/mt/forms.pyc 614${PYSITELIB}/localflavor/mt/forms.pyc
587${PYSITELIB}/localflavor/mt/forms.pyo 615${PYSITELIB}/localflavor/mt/forms.pyo
588${PYSITELIB}/localflavor/mx/__init__.py 616${PYSITELIB}/localflavor/mx/__init__.py
589${PYSITELIB}/localflavor/mx/__init__.pyc 617${PYSITELIB}/localflavor/mx/__init__.pyc
590${PYSITELIB}/localflavor/mx/__init__.pyo 618${PYSITELIB}/localflavor/mx/__init__.pyo
591${PYSITELIB}/localflavor/mx/forms.py 619${PYSITELIB}/localflavor/mx/forms.py
592${PYSITELIB}/localflavor/mx/forms.pyc 620${PYSITELIB}/localflavor/mx/forms.pyc
593${PYSITELIB}/localflavor/mx/forms.pyo 621${PYSITELIB}/localflavor/mx/forms.pyo
594${PYSITELIB}/localflavor/mx/models.py 622${PYSITELIB}/localflavor/mx/models.py
595${PYSITELIB}/localflavor/mx/models.pyc 623${PYSITELIB}/localflavor/mx/models.pyc
596${PYSITELIB}/localflavor/mx/models.pyo 624${PYSITELIB}/localflavor/mx/models.pyo
597${PYSITELIB}/localflavor/mx/mx_states.py 625${PYSITELIB}/localflavor/mx/mx_states.py
598${PYSITELIB}/localflavor/mx/mx_states.pyc 626${PYSITELIB}/localflavor/mx/mx_states.pyc
599${PYSITELIB}/localflavor/mx/mx_states.pyo 627${PYSITELIB}/localflavor/mx/mx_states.pyo
600${PYSITELIB}/localflavor/my/__init__.py 628${PYSITELIB}/localflavor/my/__init__.py
601${PYSITELIB}/localflavor/my/__init__.pyc 629${PYSITELIB}/localflavor/my/__init__.pyc
602${PYSITELIB}/localflavor/my/__init__.pyo 630${PYSITELIB}/localflavor/my/__init__.pyo
603${PYSITELIB}/localflavor/my/forms.py 631${PYSITELIB}/localflavor/my/forms.py
604${PYSITELIB}/localflavor/my/forms.pyc 632${PYSITELIB}/localflavor/my/forms.pyc
605${PYSITELIB}/localflavor/my/forms.pyo 633${PYSITELIB}/localflavor/my/forms.pyo
606${PYSITELIB}/localflavor/nl/__init__.py 634${PYSITELIB}/localflavor/nl/__init__.py
607${PYSITELIB}/localflavor/nl/__init__.pyc 635${PYSITELIB}/localflavor/nl/__init__.pyc
608${PYSITELIB}/localflavor/nl/__init__.pyo 636${PYSITELIB}/localflavor/nl/__init__.pyo
609${PYSITELIB}/localflavor/nl/forms.py 637${PYSITELIB}/localflavor/nl/forms.py
610${PYSITELIB}/localflavor/nl/forms.pyc 638${PYSITELIB}/localflavor/nl/forms.pyc
611${PYSITELIB}/localflavor/nl/forms.pyo 639${PYSITELIB}/localflavor/nl/forms.pyo
612${PYSITELIB}/localflavor/nl/models.py 640${PYSITELIB}/localflavor/nl/models.py
613${PYSITELIB}/localflavor/nl/models.pyc 641${PYSITELIB}/localflavor/nl/models.pyc
614${PYSITELIB}/localflavor/nl/models.pyo 642${PYSITELIB}/localflavor/nl/models.pyo
615${PYSITELIB}/localflavor/nl/nl_provinces.py 643${PYSITELIB}/localflavor/nl/nl_provinces.py
616${PYSITELIB}/localflavor/nl/nl_provinces.pyc 644${PYSITELIB}/localflavor/nl/nl_provinces.pyc
617${PYSITELIB}/localflavor/nl/nl_provinces.pyo 645${PYSITELIB}/localflavor/nl/nl_provinces.pyo
618${PYSITELIB}/localflavor/nl/validators.py 646${PYSITELIB}/localflavor/nl/validators.py
619${PYSITELIB}/localflavor/nl/validators.pyc 647${PYSITELIB}/localflavor/nl/validators.pyc
620${PYSITELIB}/localflavor/nl/validators.pyo 648${PYSITELIB}/localflavor/nl/validators.pyo
621${PYSITELIB}/localflavor/no/__init__.py 649${PYSITELIB}/localflavor/no/__init__.py
622${PYSITELIB}/localflavor/no/__init__.pyc 650${PYSITELIB}/localflavor/no/__init__.pyc
623${PYSITELIB}/localflavor/no/__init__.pyo 651${PYSITELIB}/localflavor/no/__init__.pyo
624${PYSITELIB}/localflavor/no/forms.py 652${PYSITELIB}/localflavor/no/forms.py
625${PYSITELIB}/localflavor/no/forms.pyc 653${PYSITELIB}/localflavor/no/forms.pyc
626${PYSITELIB}/localflavor/no/forms.pyo 654${PYSITELIB}/localflavor/no/forms.pyo
627${PYSITELIB}/localflavor/no/no_municipalities.py 655${PYSITELIB}/localflavor/no/no_municipalities.py
628${PYSITELIB}/localflavor/no/no_municipalities.pyc 656${PYSITELIB}/localflavor/no/no_municipalities.pyc
629${PYSITELIB}/localflavor/no/no_municipalities.pyo 657${PYSITELIB}/localflavor/no/no_municipalities.pyo
 658${PYSITELIB}/localflavor/np/__init__.py
 659${PYSITELIB}/localflavor/np/__init__.pyc
 660${PYSITELIB}/localflavor/np/__init__.pyo
 661${PYSITELIB}/localflavor/np/forms.py
 662${PYSITELIB}/localflavor/np/forms.pyc
 663${PYSITELIB}/localflavor/np/forms.pyo
 664${PYSITELIB}/localflavor/np/models.py
 665${PYSITELIB}/localflavor/np/models.pyc
 666${PYSITELIB}/localflavor/np/models.pyo
 667${PYSITELIB}/localflavor/np/np_districts.py
 668${PYSITELIB}/localflavor/np/np_districts.pyc
 669${PYSITELIB}/localflavor/np/np_districts.pyo
 670${PYSITELIB}/localflavor/np/np_provinces.py
 671${PYSITELIB}/localflavor/np/np_provinces.pyc
 672${PYSITELIB}/localflavor/np/np_provinces.pyo
 673${PYSITELIB}/localflavor/np/np_zones.py
 674${PYSITELIB}/localflavor/np/np_zones.pyc
 675${PYSITELIB}/localflavor/np/np_zones.pyo
630${PYSITELIB}/localflavor/nz/__init__.py 676${PYSITELIB}/localflavor/nz/__init__.py
631${PYSITELIB}/localflavor/nz/__init__.pyc 677${PYSITELIB}/localflavor/nz/__init__.pyc
632${PYSITELIB}/localflavor/nz/__init__.pyo 678${PYSITELIB}/localflavor/nz/__init__.pyo
633${PYSITELIB}/localflavor/nz/forms.py 679${PYSITELIB}/localflavor/nz/forms.py
634${PYSITELIB}/localflavor/nz/forms.pyc 680${PYSITELIB}/localflavor/nz/forms.pyc
635${PYSITELIB}/localflavor/nz/forms.pyo 681${PYSITELIB}/localflavor/nz/forms.pyo
636${PYSITELIB}/localflavor/nz/nz_councils.py 682${PYSITELIB}/localflavor/nz/nz_councils.py
637${PYSITELIB}/localflavor/nz/nz_councils.pyc 683${PYSITELIB}/localflavor/nz/nz_councils.pyc
638${PYSITELIB}/localflavor/nz/nz_councils.pyo 684${PYSITELIB}/localflavor/nz/nz_councils.pyo
639${PYSITELIB}/localflavor/nz/nz_provinces.py 685${PYSITELIB}/localflavor/nz/nz_provinces.py
640${PYSITELIB}/localflavor/nz/nz_provinces.pyc 686${PYSITELIB}/localflavor/nz/nz_provinces.pyc
641${PYSITELIB}/localflavor/nz/nz_provinces.pyo 687${PYSITELIB}/localflavor/nz/nz_provinces.pyo
642${PYSITELIB}/localflavor/nz/nz_regions.py 688${PYSITELIB}/localflavor/nz/nz_regions.py
643${PYSITELIB}/localflavor/nz/nz_regions.pyc 689${PYSITELIB}/localflavor/nz/nz_regions.pyc
644${PYSITELIB}/localflavor/nz/nz_regions.pyo 690${PYSITELIB}/localflavor/nz/nz_regions.pyo
645${PYSITELIB}/localflavor/pe/__init__.py 691${PYSITELIB}/localflavor/pe/__init__.py
646${PYSITELIB}/localflavor/pe/__init__.pyc 692${PYSITELIB}/localflavor/pe/__init__.pyc
647${PYSITELIB}/localflavor/pe/__init__.pyo 693${PYSITELIB}/localflavor/pe/__init__.pyo
648${PYSITELIB}/localflavor/pe/forms.py 694${PYSITELIB}/localflavor/pe/forms.py
649${PYSITELIB}/localflavor/pe/forms.pyc 695${PYSITELIB}/localflavor/pe/forms.pyc
650${PYSITELIB}/localflavor/pe/forms.pyo 696${PYSITELIB}/localflavor/pe/forms.pyo
651${PYSITELIB}/localflavor/pe/pe_region.py 697${PYSITELIB}/localflavor/pe/pe_region.py
652${PYSITELIB}/localflavor/pe/pe_region.pyc 698${PYSITELIB}/localflavor/pe/pe_region.pyc
653${PYSITELIB}/localflavor/pe/pe_region.pyo 699${PYSITELIB}/localflavor/pe/pe_region.pyo
654${PYSITELIB}/localflavor/pk/__init__.py 700${PYSITELIB}/localflavor/pk/__init__.py
655${PYSITELIB}/localflavor/pk/__init__.pyc 701${PYSITELIB}/localflavor/pk/__init__.pyc
656${PYSITELIB}/localflavor/pk/__init__.pyo 702${PYSITELIB}/localflavor/pk/__init__.pyo
657${PYSITELIB}/localflavor/pk/forms.py 703${PYSITELIB}/localflavor/pk/forms.py
658${PYSITELIB}/localflavor/pk/forms.pyc 704${PYSITELIB}/localflavor/pk/forms.pyc
659${PYSITELIB}/localflavor/pk/forms.pyo 705${PYSITELIB}/localflavor/pk/forms.pyo
660${PYSITELIB}/localflavor/pk/models.py 706${PYSITELIB}/localflavor/pk/models.py
661${PYSITELIB}/localflavor/pk/models.pyc 707${PYSITELIB}/localflavor/pk/models.pyc
662${PYSITELIB}/localflavor/pk/models.pyo 708${PYSITELIB}/localflavor/pk/models.pyo
663${PYSITELIB}/localflavor/pk/pk_states.py 709${PYSITELIB}/localflavor/pk/pk_states.py
664${PYSITELIB}/localflavor/pk/pk_states.pyc 710${PYSITELIB}/localflavor/pk/pk_states.pyc
665${PYSITELIB}/localflavor/pk/pk_states.pyo 711${PYSITELIB}/localflavor/pk/pk_states.pyo
666${PYSITELIB}/localflavor/pl/__init__.py 712${PYSITELIB}/localflavor/pl/__init__.py
667${PYSITELIB}/localflavor/pl/__init__.pyc 713${PYSITELIB}/localflavor/pl/__init__.pyc
668${PYSITELIB}/localflavor/pl/__init__.pyo 714${PYSITELIB}/localflavor/pl/__init__.pyo
669${PYSITELIB}/localflavor/pl/forms.py 715${PYSITELIB}/localflavor/pl/forms.py
670${PYSITELIB}/localflavor/pl/forms.pyc 716${PYSITELIB}/localflavor/pl/forms.pyc
671${PYSITELIB}/localflavor/pl/forms.pyo 717${PYSITELIB}/localflavor/pl/forms.pyo
672${PYSITELIB}/localflavor/pl/pl_administrativeunits.py 718${PYSITELIB}/localflavor/pl/pl_administrativeunits.py
673${PYSITELIB}/localflavor/pl/pl_administrativeunits.pyc 719${PYSITELIB}/localflavor/pl/pl_administrativeunits.pyc
674${PYSITELIB}/localflavor/pl/pl_administrativeunits.pyo 720${PYSITELIB}/localflavor/pl/pl_administrativeunits.pyo
675${PYSITELIB}/localflavor/pl/pl_voivodeships.py 721${PYSITELIB}/localflavor/pl/pl_voivodeships.py
676${PYSITELIB}/localflavor/pl/pl_voivodeships.pyc 722${PYSITELIB}/localflavor/pl/pl_voivodeships.pyc
677${PYSITELIB}/localflavor/pl/pl_voivodeships.pyo 723${PYSITELIB}/localflavor/pl/pl_voivodeships.pyo
678${PYSITELIB}/localflavor/pt/__init__.py 724${PYSITELIB}/localflavor/pt/__init__.py
679${PYSITELIB}/localflavor/pt/__init__.pyc 725${PYSITELIB}/localflavor/pt/__init__.pyc
680${PYSITELIB}/localflavor/pt/__init__.pyo 726${PYSITELIB}/localflavor/pt/__init__.pyo
681${PYSITELIB}/localflavor/pt/forms.py 727${PYSITELIB}/localflavor/pt/forms.py
682${PYSITELIB}/localflavor/pt/forms.pyc 728${PYSITELIB}/localflavor/pt/forms.pyc
683${PYSITELIB}/localflavor/pt/forms.pyo 729${PYSITELIB}/localflavor/pt/forms.pyo
684${PYSITELIB}/localflavor/pt/pt_regions.py 730${PYSITELIB}/localflavor/pt/pt_regions.py
685${PYSITELIB}/localflavor/pt/pt_regions.pyc 731${PYSITELIB}/localflavor/pt/pt_regions.pyc
686${PYSITELIB}/localflavor/pt/pt_regions.pyo 732${PYSITELIB}/localflavor/pt/pt_regions.pyo
687${PYSITELIB}/localflavor/py_/__init__.py 733${PYSITELIB}/localflavor/py_/__init__.py
688${PYSITELIB}/localflavor/py_/__init__.pyc 734${PYSITELIB}/localflavor/py_/__init__.pyc
689${PYSITELIB}/localflavor/py_/__init__.pyo 735${PYSITELIB}/localflavor/py_/__init__.pyo
690${PYSITELIB}/localflavor/py_/forms.py 736${PYSITELIB}/localflavor/py_/forms.py
691${PYSITELIB}/localflavor/py_/forms.pyc 737${PYSITELIB}/localflavor/py_/forms.pyc
692${PYSITELIB}/localflavor/py_/forms.pyo 738${PYSITELIB}/localflavor/py_/forms.pyo
693${PYSITELIB}/localflavor/py_/py_department.py 739${PYSITELIB}/localflavor/py_/py_department.py
694${PYSITELIB}/localflavor/py_/py_department.pyc 740${PYSITELIB}/localflavor/py_/py_department.pyc
695${PYSITELIB}/localflavor/py_/py_department.pyo 741${PYSITELIB}/localflavor/py_/py_department.pyo
696${PYSITELIB}/localflavor/ro/__init__.py 742${PYSITELIB}/localflavor/ro/__init__.py
697${PYSITELIB}/localflavor/ro/__init__.pyc 743${PYSITELIB}/localflavor/ro/__init__.pyc
698${PYSITELIB}/localflavor/ro/__init__.pyo 744${PYSITELIB}/localflavor/ro/__init__.pyo
699${PYSITELIB}/localflavor/ro/forms.py 745${PYSITELIB}/localflavor/ro/forms.py
700${PYSITELIB}/localflavor/ro/forms.pyc 746${PYSITELIB}/localflavor/ro/forms.pyc
701${PYSITELIB}/localflavor/ro/forms.pyo 747${PYSITELIB}/localflavor/ro/forms.pyo
702${PYSITELIB}/localflavor/ro/ro_counties.py 748${PYSITELIB}/localflavor/ro/ro_counties.py
703${PYSITELIB}/localflavor/ro/ro_counties.pyc 749${PYSITELIB}/localflavor/ro/ro_counties.pyc
704${PYSITELIB}/localflavor/ro/ro_counties.pyo 750${PYSITELIB}/localflavor/ro/ro_counties.pyo
705${PYSITELIB}/localflavor/ru/__init__.py 751${PYSITELIB}/localflavor/ru/__init__.py
706${PYSITELIB}/localflavor/ru/__init__.pyc 752${PYSITELIB}/localflavor/ru/__init__.pyc
707${PYSITELIB}/localflavor/ru/__init__.pyo 753${PYSITELIB}/localflavor/ru/__init__.pyo
708${PYSITELIB}/localflavor/ru/forms.py 754${PYSITELIB}/localflavor/ru/forms.py
709${PYSITELIB}/localflavor/ru/forms.pyc 755${PYSITELIB}/localflavor/ru/forms.pyc
710${PYSITELIB}/localflavor/ru/forms.pyo 756${PYSITELIB}/localflavor/ru/forms.pyo
711${PYSITELIB}/localflavor/ru/ru_regions.py 757${PYSITELIB}/localflavor/ru/ru_regions.py
712${PYSITELIB}/localflavor/ru/ru_regions.pyc 758${PYSITELIB}/localflavor/ru/ru_regions.pyc
713${PYSITELIB}/localflavor/ru/ru_regions.pyo 759${PYSITELIB}/localflavor/ru/ru_regions.pyo
714${PYSITELIB}/localflavor/se/__init__.py 760${PYSITELIB}/localflavor/se/__init__.py
715${PYSITELIB}/localflavor/se/__init__.pyc 761${PYSITELIB}/localflavor/se/__init__.pyc
716${PYSITELIB}/localflavor/se/__init__.pyo 762${PYSITELIB}/localflavor/se/__init__.pyo
717${PYSITELIB}/localflavor/se/forms.py 763${PYSITELIB}/localflavor/se/forms.py
718${PYSITELIB}/localflavor/se/forms.pyc 764${PYSITELIB}/localflavor/se/forms.pyc
719${PYSITELIB}/localflavor/se/forms.pyo 765${PYSITELIB}/localflavor/se/forms.pyo
720${PYSITELIB}/localflavor/se/se_counties.py 766${PYSITELIB}/localflavor/se/se_counties.py
721${PYSITELIB}/localflavor/se/se_counties.pyc 767${PYSITELIB}/localflavor/se/se_counties.pyc
722${PYSITELIB}/localflavor/se/se_counties.pyo 768${PYSITELIB}/localflavor/se/se_counties.pyo
723${PYSITELIB}/localflavor/se/utils.py 769${PYSITELIB}/localflavor/se/utils.py
724${PYSITELIB}/localflavor/se/utils.pyc 770${PYSITELIB}/localflavor/se/utils.pyc
725${PYSITELIB}/localflavor/se/utils.pyo 771${PYSITELIB}/localflavor/se/utils.pyo
726${PYSITELIB}/localflavor/sg/__init__.py 772${PYSITELIB}/localflavor/sg/__init__.py
727${PYSITELIB}/localflavor/sg/__init__.pyc 773${PYSITELIB}/localflavor/sg/__init__.pyc
728${PYSITELIB}/localflavor/sg/__init__.pyo 774${PYSITELIB}/localflavor/sg/__init__.pyo
729${PYSITELIB}/localflavor/sg/forms.py 775${PYSITELIB}/localflavor/sg/forms.py
730${PYSITELIB}/localflavor/sg/forms.pyc 776${PYSITELIB}/localflavor/sg/forms.pyc
731${PYSITELIB}/localflavor/sg/forms.pyo 777${PYSITELIB}/localflavor/sg/forms.pyo
732${PYSITELIB}/localflavor/si/__init__.py 778${PYSITELIB}/localflavor/si/__init__.py
733${PYSITELIB}/localflavor/si/__init__.pyc 779${PYSITELIB}/localflavor/si/__init__.pyc
734${PYSITELIB}/localflavor/si/__init__.pyo 780${PYSITELIB}/localflavor/si/__init__.pyo
735${PYSITELIB}/localflavor/si/forms.py 781${PYSITELIB}/localflavor/si/forms.py
736${PYSITELIB}/localflavor/si/forms.pyc 782${PYSITELIB}/localflavor/si/forms.pyc
737${PYSITELIB}/localflavor/si/forms.pyo 783${PYSITELIB}/localflavor/si/forms.pyo
738${PYSITELIB}/localflavor/si/si_postalcodes.py 784${PYSITELIB}/localflavor/si/si_postalcodes.py
739${PYSITELIB}/localflavor/si/si_postalcodes.pyc 785${PYSITELIB}/localflavor/si/si_postalcodes.pyc
740${PYSITELIB}/localflavor/si/si_postalcodes.pyo 786${PYSITELIB}/localflavor/si/si_postalcodes.pyo
741${PYSITELIB}/localflavor/sk/__init__.py 787${PYSITELIB}/localflavor/sk/__init__.py
742${PYSITELIB}/localflavor/sk/__init__.pyc 788${PYSITELIB}/localflavor/sk/__init__.pyc
743${PYSITELIB}/localflavor/sk/__init__.pyo 789${PYSITELIB}/localflavor/sk/__init__.pyo
744${PYSITELIB}/localflavor/sk/forms.py 790${PYSITELIB}/localflavor/sk/forms.py
745${PYSITELIB}/localflavor/sk/forms.pyc 791${PYSITELIB}/localflavor/sk/forms.pyc
746${PYSITELIB}/localflavor/sk/forms.pyo 792${PYSITELIB}/localflavor/sk/forms.pyo
747${PYSITELIB}/localflavor/sk/sk_districts.py 793${PYSITELIB}/localflavor/sk/sk_districts.py
748${PYSITELIB}/localflavor/sk/sk_districts.pyc 794${PYSITELIB}/localflavor/sk/sk_districts.pyc
749${PYSITELIB}/localflavor/sk/sk_districts.pyo 795${PYSITELIB}/localflavor/sk/sk_districts.pyo
750${PYSITELIB}/localflavor/sk/sk_regions.py 796${PYSITELIB}/localflavor/sk/sk_regions.py
751${PYSITELIB}/localflavor/sk/sk_regions.pyc 797${PYSITELIB}/localflavor/sk/sk_regions.pyc
752${PYSITELIB}/localflavor/sk/sk_regions.pyo 798${PYSITELIB}/localflavor/sk/sk_regions.pyo
753${PYSITELIB}/localflavor/tn/__init__.py 799${PYSITELIB}/localflavor/tn/__init__.py
754${PYSITELIB}/localflavor/tn/__init__.pyc 800${PYSITELIB}/localflavor/tn/__init__.pyc
755${PYSITELIB}/localflavor/tn/__init__.pyo 801${PYSITELIB}/localflavor/tn/__init__.pyo
756${PYSITELIB}/localflavor/tn/forms.py 802${PYSITELIB}/localflavor/tn/forms.py
757${PYSITELIB}/localflavor/tn/forms.pyc 803${PYSITELIB}/localflavor/tn/forms.pyc
758${PYSITELIB}/localflavor/tn/forms.pyo 804${PYSITELIB}/localflavor/tn/forms.pyo
759${PYSITELIB}/localflavor/tn/tn_governorates.py 805${PYSITELIB}/localflavor/tn/tn_governorates.py
760${PYSITELIB}/localflavor/tn/tn_governorates.pyc 806${PYSITELIB}/localflavor/tn/tn_governorates.pyc
761${PYSITELIB}/localflavor/tn/tn_governorates.pyo 807${PYSITELIB}/localflavor/tn/tn_governorates.pyo
762${PYSITELIB}/localflavor/tr/__init__.py 808${PYSITELIB}/localflavor/tr/__init__.py
763${PYSITELIB}/localflavor/tr/__init__.pyc 809${PYSITELIB}/localflavor/tr/__init__.pyc
764${PYSITELIB}/localflavor/tr/__init__.pyo 810${PYSITELIB}/localflavor/tr/__init__.pyo
765${PYSITELIB}/localflavor/tr/forms.py 811${PYSITELIB}/localflavor/tr/forms.py
766${PYSITELIB}/localflavor/tr/forms.pyc 812${PYSITELIB}/localflavor/tr/forms.pyc
767${PYSITELIB}/localflavor/tr/forms.pyo 813${PYSITELIB}/localflavor/tr/forms.pyo
768${PYSITELIB}/localflavor/tr/tr_provinces.py 814${PYSITELIB}/localflavor/tr/tr_provinces.py
769${PYSITELIB}/localflavor/tr/tr_provinces.pyc 815${PYSITELIB}/localflavor/tr/tr_provinces.pyc
770${PYSITELIB}/localflavor/tr/tr_provinces.pyo 816${PYSITELIB}/localflavor/tr/tr_provinces.pyo
771${PYSITELIB}/localflavor/ua/__init__.py 817${PYSITELIB}/localflavor/ua/__init__.py
772${PYSITELIB}/localflavor/ua/__init__.pyc 818${PYSITELIB}/localflavor/ua/__init__.pyc
773${PYSITELIB}/localflavor/ua/__init__.pyo 819${PYSITELIB}/localflavor/ua/__init__.pyo
774${PYSITELIB}/localflavor/ua/forms.py 820${PYSITELIB}/localflavor/ua/forms.py
775${PYSITELIB}/localflavor/ua/forms.pyc 821${PYSITELIB}/localflavor/ua/forms.pyc
776${PYSITELIB}/localflavor/ua/forms.pyo 822${PYSITELIB}/localflavor/ua/forms.pyo
777${PYSITELIB}/localflavor/ua/models.py 823${PYSITELIB}/localflavor/ua/models.py
778${PYSITELIB}/localflavor/ua/models.pyc 824${PYSITELIB}/localflavor/ua/models.pyc
779${PYSITELIB}/localflavor/ua/models.pyo 825${PYSITELIB}/localflavor/ua/models.pyo
780${PYSITELIB}/localflavor/ua/ua_regions.py 826${PYSITELIB}/localflavor/ua/ua_regions.py
781${PYSITELIB}/localflavor/ua/ua_regions.pyc 827${PYSITELIB}/localflavor/ua/ua_regions.pyc
782${PYSITELIB}/localflavor/ua/ua_regions.pyo 828${PYSITELIB}/localflavor/ua/ua_regions.pyo
783${PYSITELIB}/localflavor/us/__init__.py 829${PYSITELIB}/localflavor/us/__init__.py
784${PYSITELIB}/localflavor/us/__init__.pyc 830${PYSITELIB}/localflavor/us/__init__.pyc
785${PYSITELIB}/localflavor/us/__init__.pyo 831${PYSITELIB}/localflavor/us/__init__.pyo
786${PYSITELIB}/localflavor/us/forms.py 832${PYSITELIB}/localflavor/us/forms.py
787${PYSITELIB}/localflavor/us/forms.pyc 833${PYSITELIB}/localflavor/us/forms.pyc
788${PYSITELIB}/localflavor/us/forms.pyo 834${PYSITELIB}/localflavor/us/forms.pyo
789${PYSITELIB}/localflavor/us/models.py 835${PYSITELIB}/localflavor/us/models.py
790${PYSITELIB}/localflavor/us/models.pyc 836${PYSITELIB}/localflavor/us/models.pyc
791${PYSITELIB}/localflavor/us/models.pyo 837${PYSITELIB}/localflavor/us/models.pyo
792${PYSITELIB}/localflavor/us/us_states.py 838${PYSITELIB}/localflavor/us/us_states.py
793${PYSITELIB}/localflavor/us/us_states.pyc 839${PYSITELIB}/localflavor/us/us_states.pyc
794${PYSITELIB}/localflavor/us/us_states.pyo 840${PYSITELIB}/localflavor/us/us_states.pyo
795${PYSITELIB}/localflavor/uy/__init__.py 841${PYSITELIB}/localflavor/uy/__init__.py
796${PYSITELIB}/localflavor/uy/__init__.pyc 842${PYSITELIB}/localflavor/uy/__init__.pyc
797${PYSITELIB}/localflavor/uy/__init__.pyo 843${PYSITELIB}/localflavor/uy/__init__.pyo
798${PYSITELIB}/localflavor/uy/forms.py 844${PYSITELIB}/localflavor/uy/forms.py
799${PYSITELIB}/localflavor/uy/forms.pyc 845${PYSITELIB}/localflavor/uy/forms.pyc
800${PYSITELIB}/localflavor/uy/forms.pyo 846${PYSITELIB}/localflavor/uy/forms.pyo
801${PYSITELIB}/localflavor/uy/util.py 847${PYSITELIB}/localflavor/uy/util.py
802${PYSITELIB}/localflavor/uy/util.pyc 848${PYSITELIB}/localflavor/uy/util.pyc
803${PYSITELIB}/localflavor/uy/util.pyo 849${PYSITELIB}/localflavor/uy/util.pyo
804${PYSITELIB}/localflavor/uy/uy_departments.py 850${PYSITELIB}/localflavor/uy/uy_departments.py
805${PYSITELIB}/localflavor/uy/uy_departments.pyc 851${PYSITELIB}/localflavor/uy/uy_departments.pyc
806${PYSITELIB}/localflavor/uy/uy_departments.pyo 852${PYSITELIB}/localflavor/uy/uy_departments.pyo
807${PYSITELIB}/localflavor/ve/__init__.py 853${PYSITELIB}/localflavor/ve/__init__.py
808${PYSITELIB}/localflavor/ve/__init__.pyc 854${PYSITELIB}/localflavor/ve/__init__.pyc
809${PYSITELIB}/localflavor/ve/__init__.pyo 855${PYSITELIB}/localflavor/ve/__init__.pyo
810${PYSITELIB}/localflavor/ve/forms.py 856${PYSITELIB}/localflavor/ve/forms.py
811${PYSITELIB}/localflavor/ve/forms.pyc 857${PYSITELIB}/localflavor/ve/forms.pyc
812${PYSITELIB}/localflavor/ve/forms.pyo 858${PYSITELIB}/localflavor/ve/forms.pyo
813${PYSITELIB}/localflavor/ve/ve_region.py 859${PYSITELIB}/localflavor/ve/ve_region.py
814${PYSITELIB}/localflavor/ve/ve_region.pyc 860${PYSITELIB}/localflavor/ve/ve_region.pyc
815${PYSITELIB}/localflavor/ve/ve_region.pyo 861${PYSITELIB}/localflavor/ve/ve_region.pyo
816${PYSITELIB}/localflavor/ve/ve_states.py 862${PYSITELIB}/localflavor/ve/ve_states.py
817${PYSITELIB}/localflavor/ve/ve_states.pyc 863${PYSITELIB}/localflavor/ve/ve_states.pyc
818${PYSITELIB}/localflavor/ve/ve_states.pyo 864${PYSITELIB}/localflavor/ve/ve_states.pyo
819${PYSITELIB}/localflavor/za/__init__.py 865${PYSITELIB}/localflavor/za/__init__.py
820${PYSITELIB}/localflavor/za/__init__.pyc 866${PYSITELIB}/localflavor/za/__init__.pyc
821${PYSITELIB}/localflavor/za/__init__.pyo 867${PYSITELIB}/localflavor/za/__init__.pyo
822${PYSITELIB}/localflavor/za/forms.py 868${PYSITELIB}/localflavor/za/forms.py
823${PYSITELIB}/localflavor/za/forms.pyc 869${PYSITELIB}/localflavor/za/forms.pyc
824${PYSITELIB}/localflavor/za/forms.pyo 870${PYSITELIB}/localflavor/za/forms.pyo
825${PYSITELIB}/localflavor/za/za_provinces.py 871${PYSITELIB}/localflavor/za/za_provinces.py
826${PYSITELIB}/localflavor/za/za_provinces.pyc 872${PYSITELIB}/localflavor/za/za_provinces.pyc
827${PYSITELIB}/localflavor/za/za_provinces.pyo 873${PYSITELIB}/localflavor/za/za_provinces.pyo

cvs diff -r1.1 -r1.2 pkgsrc/www/py-django-localflavor/distinfo (switch to unified diff)

--- pkgsrc/www/py-django-localflavor/distinfo 2023/03/31 01:14:36 1.1
+++ pkgsrc/www/py-django-localflavor/distinfo 2023/12/02 08:07:41 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2023/03/31 01:14:36 joerg Exp $ 1$NetBSD: distinfo,v 1.2 2023/12/02 08:07:41 adam Exp $
2 2
3BLAKE2s (django-localflavor-3.1.tar.gz) = fea224aee75f6df900ededd3c4a0b6615dc53ade21d0774b7959d29d4fb6c018 3BLAKE2s (django-localflavor-4.0.tar.gz) = ada41dc79203ef53c5e24c9d24379517162137a89fbb5ed1439a477f3fe86d3d
4SHA512 (django-localflavor-3.1.tar.gz) = e256a36df358831c4e0b4a94ef53ba7227a48796cdd1514f3765bfd59ba3e47fabec8dad4f4f993f6d73e2c061e7d97d301fca91a619e615cc06f9bfb76891cc 4SHA512 (django-localflavor-4.0.tar.gz) = 1a1e9004befb853f7e18219266da7f0733e8cf30c89ecf1c1bb8592745c2bb1bf1847d3671dfdd20dd650d6f84d79627fe132e2c9ae09ae91d11241a0c75da4b
5Size (django-localflavor-3.1.tar.gz) = 4643499 bytes 5Size (django-localflavor-4.0.tar.gz) = 4884470 bytes