5 | | The provinces/counties/communes (województwa/powiaty/gminy) lists should be updated from time to time - they are not constant. Fortunately, it can be automated. Polish [http://www.stat.gov.pl/gus/index_ENG_HTML.htm Central Statistical Office] ([http://www.stat.gov.pl/ Główny Urząd Statystyczny]) published an XML file with all necessary data needed to generate `pl_regions.py`: [http://www.stat.gov.pl/broker/access/prefile/downloadPreFile.jspa?id=68 `TERC.xml`]. There is Python script - [http://code.djangoproject.com/attachment/wiki/PolishLocalflavor/terc.py terc.py] which exctracts those data. |
| 5 | The provinces/counties/communes (województwa/powiaty/gminy) lists should be updated from time to time - they are not constant. Fortunately, it can be automated. Polish [http://www.stat.gov.pl/gus/index_ENG_HTML.htm Central Statistical Office] ([http://www.stat.gov.pl/ Główny Urząd Statystyczny]) published an XML file with all necessary data needed to generate `pl_regions.py`: [http://www.stat.gov.pl/broker/access/prefile/downloadPreFile.jspa?id=68 `TERC.xml`]. There is Python script - [http://code.djangoproject.com/attachment/wiki/PolishLocalflavor/terc.py terc.py] which exctracts interesting data. |
| 6 | |
| 7 | == related stuff == |
| 8 | |
| 9 | - tickets |
| 10 | * #8276: change fields' names in `django.contrib.localflavor.pl.forms` |
| 11 | * #8273: reduce amount of redundant code in `django.contrib.localflavor` |
| 12 | * #8197: add Polish administrative entites |
| 13 | * #7741: move `django.newforms` to `django.forms` |
| 14 | * #7023: improve validation and add extra attributes to `PLNationalIdentificationNumberField` |
| 15 | * #5871: allow `error_messages` to be specified for form types in `localflavor.nl.forms` |
| 16 | * #5200: Polish PL Localflavor |
| 17 | - changesets |
| 18 | * [7689] |
| 19 | * [6926] |
| 20 | * [6556] |
| 21 | * [5940] |
| 22 | * [5936] |
| 23 | - files |
| 24 | * http://code.djangoproject.com/browser/django/trunk/django/contrib/localflavor/pl |