.. |
__init__.py
|
[1.2.X] 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. Backport of [14956].
|
2010-12-18 22:16:15 +00:00 |
ar.py
|
[1.2.X] Converted the Argentina localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit for the patch. Backport of [14872].
|
2010-12-12 04:35:24 +00:00 |
at.py
|
[1.2.X] 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. Backport of [14873].
|
2010-12-12 04:37:01 +00:00 |
au.py
|
[1.2.X] Converted Australian localfavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit for the patch. Backport of [14931],
|
2010-12-18 22:12:08 +00:00 |
br.py
|
[1.2.X] Converted the Brazillian localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. Backport of [14933].
|
2010-12-18 22:12:22 +00:00 |
ca.py
|
[1.2.X] Converted Canadian localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. Backport of [14934].
|
2010-12-18 22:12:31 +00:00 |
ch.py
|
[1.2.X] Converted Swiss localflavor doctests to unittests. Thanks to Idan Gazit for the patch. Backport of [14935].
|
2010-12-18 22:12:41 +00:00 |
cl.py
|
[1.2.X] 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 12:22:44 +00:00 |
cz.py
|
[1.2.X] Converted the Czech localflavor tests to be unittests. We have always been at war with doctests. Thanks to Idan Gazit. Partial backport of [15062].
|
2010-12-27 07:47:25 +00:00 |
de.py
|
[1.2.X] 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. Backport of [14626].
|
2010-11-19 19:34:17 +00:00 |
es.py
|
[1.2.X] Converted Spanish localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. Backport of [14937].
|
2010-12-18 22:13:01 +00:00 |
fi.py
|
[1.2.X] Converted Finnish localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. Backport of [14938].
|
2010-12-18 22:13:11 +00:00 |
fr.py
|
[1.2.X] Converted French localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit. Backport of [14939].
|
2010-12-18 22:13:20 +00:00 |
generic.py
|
[1.2.X] Converted generic localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. Backport of [14940].
|
2010-12-18 22:13:30 +00:00 |
id.py
|
[1.2.X] Converted Indonesian localflavor doctests to unittests. We have always been a war with doctests. Thanks to Idan Gazit. Backport of [14941].
|
2010-12-18 22:13:39 +00:00 |
ie.py
|
[1.2.X] Converted Irish localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. Backport of [14942].
|
2010-12-18 22:13:49 +00:00 |
is_.py
|
[1.2.X] Converted Icelandic localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. Backport of [14944].
|
2010-12-18 22:13:58 +00:00 |
it.py
|
[1.2.X] 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. Backport of [14945].
|
2010-12-18 22:14:11 +00:00 |
jp.py
|
[1.2.X] Converted Japanese localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. Backport of [14946].
|
2010-12-18 22:14:20 +00:00 |
kw.py
|
[1.2.X] Converted Kuwaiti localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. Backport of [14947].
|
2010-12-18 22:14:30 +00:00 |
nl.py
|
[1.2.X] Converted Dutch localflavor doctests to unittests. We have always been at war with doctests. Thanks to Idan Gazit. Backport of [14948].
|
2010-12-18 22:14:39 +00:00 |
pl.py
|
[1.2.X] Fixed #14860 -- PLPESELField, PLNIPField, and PLREGONField didn't handle all EMPTY_VALUES correctly. Also converted teh Polish localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit. Backport of [14949].
|
2010-12-18 22:14:52 +00:00 |
pt.py
|
[1.2.X] Converted Portuguese localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit. Backport of [14950].
|
2010-12-18 22:15:03 +00:00 |
ro.py
|
[1.2.X] 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. Backport of [14951].
|
2010-12-18 22:15:18 +00:00 |
se.py
|
[1.2.X] Converted Swedish localflavor tests from doctests to unittests. Thanks, Idan Gazit!
|
2010-12-26 11:49:45 +00:00 |
sk.py
|
[1.2.X] Converted Slovak localflavor doctests into unitttests. We have always been at war with doctests. Thanks to Idan Gazit. Backport of [14952].
|
2010-12-18 22:15:31 +00:00 |
uk.py
|
[1.2.X] Converted United Kingdom localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit. Backport of [14953].
|
2010-12-18 22:15:41 +00:00 |
us.py
|
[1.2.X] Converted United States localflavor doctests into unittests. We have always been at war with doctests. Thanks to Idan Gazit. Backport of [14954].
|
2010-12-18 22:15:52 +00:00 |
utils.py
|
[1.2.X] Converted Swedish localflavor tests from doctests to unittests. Thanks, Idan Gazit!
|
2010-12-26 11:49:45 +00:00 |
uy.py
|
[1.2.X] Converted Uruguayan localflavor doctests into unittests. We have alwyas been at war with doctests. Thanks to Idan Gazit. Backport of [14955].
|
2010-12-18 22:16:01 +00:00 |
za.py
|
[1.2.X] 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. Backport of [14956].
|
2010-12-18 22:16:15 +00:00 |