django/tests/regressiontests/forms/localflavor
Jannis Leidel f4860448dd Fixed #13729 -- Renamed UK localflavor to GB to correctly follow ISO 3166. Thanks, Claude Paroz.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16147 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-03 11:52:20 +00:00
..
__init__.py Fixed #14871, #14872 -- ZAIDField didn't handle alll EMPTY_VALUES correctly and ZAPostCodeField didn't respect *args or **kwargs (such as required=False). Also converted South African localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:33:44 +00:00
ar.py
at.py
au.py
be.py
br.py Converted the Brazillian localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:29:25 +00:00
ca.py Fixed #15623 -- Corrected province codes for Canadian localflavor. Thanks to shelldweller for the report. 2011-03-17 00:59:30 +00:00
ch.py Converted Swiss localflavor doctests to unittests. Thanks to Idan Gazit for the patch. 2010-12-18 20:29:54 +00:00
cl.py Fixed #15175 -- Ensured that Chliean RUT checksum letters aren't case sensitive. Thanks to rvimer for the report, and to ersame for the patch. 2011-02-08 11:59:38 +00:00
cn.py Fixed #12379 -- Added Chinese (cn) localflavor package. Thanks, Xia Kai, Daniel Duan, DaNmarner and Łukasz Rekucki. 2011-04-22 12:02:38 +00:00
cz.py Updates to the test suite to allow for newly deprecated and removed features 2011-04-02 08:44:47 +00:00
de.py
es.py Fixed #15640 -- Added new initial digit in Spain phone numbers to localflavor's ESPhoneNumberField form field. Thanks, Claude Paroz. 2011-04-30 13:40:05 +00:00
fi.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
fr.py Converted French localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:30:38 +00:00
gb.py Fixed #13729 -- Renamed UK localflavor to GB to correctly follow ISO 3166. Thanks, Claude Paroz. 2011-05-03 11:52:20 +00:00
generic.py Converted generic localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:30:50 +00:00
hr.py Fixed #15705 -- Added Croatian (hr) localflavor. Thanks, Zlatko Mašek and Julien Phalip. 2011-04-22 12:03:42 +00:00
id.py Converted Indonesian localflavor doctests to unittests. We have always been a war with doctests. Thanks to Idan Gazit. 2010-12-18 20:31:00 +00:00
ie.py Converted Irish localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:31:10 +00:00
il.py Fixed #14750 -- ILPostalCodeField didn't handle all EMPTY_VALUES correctly. Also converted the Israeli localflavor testcases to use the new, less verbose format. Thanks to Idan Gazit. 2010-12-18 20:31:22 +00:00
is_.py Converted Icelandic localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:31:37 +00:00
it.py Fixed #14859 -- ITSocialSecurityNumberField and ITVatNumberField didn't handle all EMPTY_VALUES gracefully. Also converted the Italias localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:31:49 +00:00
jp.py Converted Japanese localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:31:58 +00:00
kw.py Converted Kuwaiti localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:32:08 +00:00
nl.py Converted Dutch localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:32:17 +00:00
pl.py Fixed #15713 -- Added a form field for validating Polish National ID Card numbers. Thanks, xtrqt. 2011-04-28 13:20:33 +00:00
pt.py Converted Portuguese localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:32:41 +00:00
ro.py Fixed #14864, #14864 -- ROCIFField didn't accept values starting with RO, as it was supposed to, and ROCNPField, ROIBANField, and ROPhoneNumberField didn't handle all EMPTY_VALUES correctly. Also converted Romanian localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:32:54 +00:00
ru.py Fixed #15013 -- Added Russian (ru) localflavor package. Thanks, blackraven and Julien Phalip. 2011-04-22 12:03:30 +00:00
se.py Converted Swedish localflavor tests from doctests to unittests. Thanks, Idan Gazit! 2010-12-26 11:44:37 +00:00
sk.py Converted Slovak localflavor doctests into unitttests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:33:04 +00:00
tr.py
us.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
utils.py Fixed #12595 -- Fixed bad arguments handling in localflavor form fields. 2011-05-03 11:52:04 +00:00
uy.py Converted Uruguayan localflavor doctests into unittests. We have alwyas been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:33:32 +00:00
za.py Fixed #14871, #14872 -- ZAIDField didn't handle alll EMPTY_VALUES correctly and ZAPostCodeField didn't respect *args or **kwargs (such as required=False). Also converted South African localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit. 2010-12-18 20:33:44 +00:00