django/tests/regressiontests/forms/localflavor
Alex Gaynor c9b79c59bb Converted Australian localfavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14931 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18 20:29:07 +00:00
..
__init__.py
ar.py Converted the Argentina localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit for the patch. 2010-12-12 04:33:38 +00:00
at.py Fixed #14499 -- ATSocialSecurityNumberField now responds to all EMPTY_VALUES correctly. Also converted Austrian localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit for the patch. 2010-12-12 04:33:50 +00:00
au.py Converted Australian localfavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit for the patch. 2010-12-18 20:29:07 +00:00
be.py Fixed #14563 -- Added Turkish localflavor. Thanks to serkank for the patch. 2010-12-04 05:25:24 +00:00
br.py
ca.py Fixed #12146: Corrected Canadian postal code validation. Thanks paulschreiber and Mark Lavin. 2009-12-13 17:01:22 +00:00
ch.py
cl.py
cz.py Fixed some test output in the wake of r9940. 2009-03-02 04:17:00 +00:00
de.py Began converting localflavor doctests into unittests, starting with the German ones. Also introduced a new base class to facilitate ease of testing form fields. We have always been at war with doctests. Thanks to Idan Gazit for the patch. 2010-11-19 19:33:07 +00:00
es.py Fixed #9259 -- Fixed a validation error for Spanish identity card numbers. 2008-10-05 05:59:04 +00:00
fi.py Fixed #13229 -- Corrected a test failure caused by the change in Finnish municipalities from r12958. Thanks to Karen for the report. 2010-04-12 23:53:27 +00:00
fr.py Revert part of r12998 that prevents the forms doctests in tests.py from running. 2010-04-20 20:39:22 +00:00
generic.py
id.py Added a filter to silence the RuntimeWarning in the Indonesian localflavor tests. Thanks to Alex for the report. 2010-11-01 23:46:37 +00:00
ie.py Fixed #11123 - Added Irish (ie) localflavor. 2010-01-01 21:33:00 +00:00
il.py Fixed #14563 -- Added Turkish localflavor. Thanks to serkank for the patch. 2010-12-04 05:25:24 +00:00
is_.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
it.py
jp.py
kw.py Fixed #8068 - Added Kuwaiti (kw) localflavor. Thanks to Ahmad Al-Ibrahim for providing the patch. 2010-01-01 21:32:24 +00:00
nl.py Fixed #8434 -- I forgot to update the tests when committing [8443]. Thanks, 2008-08-20 15:56:07 +00:00
pl.py Fixed #8515 -- Fixed validation of Polish REGON numbers. 2009-04-10 01:03:44 +00:00
pt.py Fixed #8735 - Added Portuguese (pt) local flavor. Thanks Alcides Fonseca for the patch. 2010-01-01 21:35:26 +00:00
ro.py
se.py Fixed #13374 -- Modified a test so that it can pass under PyPy. This is a reimplementation of part of r12998, reverted in r13008. Thanks to Alex Gaynor. 2010-04-21 11:33:39 +00:00
sk.py
tr.py Fixed #14563 -- Added Turkish localflavor. Thanks to serkank for the patch. 2010-12-04 05:25:24 +00:00
uk.py Fixed test introduced in r12044 to actually test the issue. 2010-01-17 22:49:27 +00:00
us.py Fixed #8425: removed the independant nations of Palau, Marshall Islands, and Micronesia from localflavor's list of US states. 2008-08-25 19:11:41 +00:00
utils.py Began converting localflavor doctests into unittests, starting with the German ones. Also introduced a new base class to facilitate ease of testing form fields. We have always been at war with doctests. Thanks to Idan Gazit for the patch. 2010-11-19 19:33:07 +00:00
uy.py Fixed #10736 - Added Uruguayan (uy) localflavor. Thanks to Gonzalo Saavedra for providing the patch. 2010-01-01 21:31:47 +00:00
za.py