Opened 14 years ago

Closed 14 years ago

Last modified 12 years ago

#13229 closed (fixed)

List of Finnish municipalities updated for the year 2010 (fi_municipalities.py)

Reported by: Kari Söderholm Owned by: nobody
Component: contrib.localflavor Version: dev
Severity: Keywords: fi, finnish, municipalities
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I updated the list of Finnish municipalities in django\contrib\localflavor\fi\fi_municipalities.py to correspond to current municipalities in 2010.

Attachments (1)

localflavor_fi_municipalities_2010.diff (11.9 KB ) - added by Kari Söderholm 14 years ago.

Download all attachments as: .zip

Change History (6)

by Kari Söderholm, 14 years ago

comment:1 by Russell Keith-Magee, 14 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

(In [12958]) Fixed #13229 -- Updated the list of Finnish municipalities in localflavor. Thanks to Haprog for the patch.

comment:3 by Karen Tracey, 14 years ago

Resolution: fixed
Status: closedreopened

There's apparently a test that relies on the data in this list of Finnish municipalities, since r12958 has triggered a test failure:

FAIL: Doctest: regressiontests.forms.tests.__test__.localflavor_fi_tests
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave-py2.4/parts/ubuntu9.10-py2.4-sqlite/django-trunk_ubuntu9.10-py2.4-sqlite/build/django/test/_doctest.py", line 2180, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for regressiontests.forms.tests.__test__.localflavor_fi_tests
  File "/home/buildbot/slave-py2.4/parts/ubuntu9.10-py2.4-sqlite/django-trunk_ubuntu9.10-py2.4-sqlite/build/tests/regressiontests/forms/tests.py", line unknown line number, in localflavor_fi_tests

----------------------------------------------------------------------
File "/home/buildbot/slave-py2.4/parts/ubuntu9.10-py2.4-sqlite/django-trunk_ubuntu9.10-py2.4-sqlite/build/tests/regressiontests/forms/tests.py", line ?, in regressiontests.forms.tests.__test__.localflavor_fi_tests
Failed example:
    unicode(w.render('municipalities', 'turku'))
Expected:
    u'<select name="municipalities">\n<option value="akaa">Akaa</option>\n<option value="alaharma">Alah\xe4rm\xe4</option> [truncated due to length, you get the idea]
Got:
    u'<select name="municipalities">\n<option value="akaa">Akaa</option>\n<option value="alajarvi">Alaj\xe4rvi</option> [truncated due to length]


----------------------------------------------------------------------
Ran 1570 tests in 501.680s

FAILED (failures=1)

I'm a little puzzled by the fact that this updated list deletes a bunch of items. Doesn't that have backwards-incompatibility implications for anyone who has been using the old list and may have data from now-deleted items saved in their DB?

comment:4 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: reopenedclosed

(In [12962]) Fixed #13229 -- Corrected a test failure caused by the change in Finnish municipalities from r12958. Thanks to Karen for the report.

comment:5 by Jacob, 12 years ago

milestone: 1.2

Milestone 1.2 deleted

Note: See TracTickets for help on using tickets.
Back to Top