summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2010-12-18Fixed a couple of tests migrated to unit tests in r14279 so they actually and...Ramiro Morales
2010-12-18Fixed #14871, #14872 -- ZAIDField didn't handle alll EMPTY_VALUES correctly a...Alex Gaynor
2010-12-18Converted Uruguayan localflavor doctests into unittests. We have alwyas been...Alex Gaynor
2010-12-18Converted United States localflavor doctests into unittests. We have always ...Alex Gaynor
2010-12-18Converted United Kingdom localflavor doctests into unittests. We have always...Alex Gaynor
2010-12-18Converted Slovak localflavor doctests into unitttests. We have always been a...Alex Gaynor
2010-12-18Fixed #14864, #14864 -- ROCIFField didn't accept values starting with RO, as ...Alex Gaynor
2010-12-18Converted Portuguese localflavor doctests into unittests. We have always bee...Alex Gaynor
2010-12-18Fixed #14860 -- PLPESELField, PLNIPField, and PLREGONField didn't handle all ...Alex Gaynor
2010-12-18Converted Dutch localflavor doctests to unittests. We have always been at wa...Alex Gaynor
2010-12-18Converted Kuwaiti localflavor doctests to unittests. We have always been at ...Alex Gaynor
2010-12-18Converted Japanese localflavor doctests to unittests. We have always been at...Alex Gaynor
2010-12-18Fixed #14859 -- ITSocialSecurityNumberField and ITVatNumberField didn't handl...Alex Gaynor
2010-12-18Converted Icelandic localflavor doctests to unittests. We have always been a...Alex Gaynor
2010-12-18Fixed #14750 -- ILPostalCodeField didn't handle all EMPTY_VALUES correctly. ...Alex Gaynor
2010-12-18Converted Irish localflavor doctests to unittests. We have always been at wa...Alex Gaynor
2010-12-18Converted Indonesian localflavor doctests to unittests. We have always been ...Alex Gaynor
2010-12-18Converted generic localflavor doctests to unittests. We have always been at ...Alex Gaynor
2010-12-18Converted French localflavor doctests into unittests. We have always been at...Alex Gaynor
2010-12-18Converted Finnish localflavor doctests to unittests. We have always been at ...Alex Gaynor
2010-12-18Converted Spanish localflavor doctests to unittests. We have always been at ...Alex Gaynor
2010-12-18Converted Chilean localflavor doctests to unittests. We have always been at ...Alex Gaynor
2010-12-18Converted Swiss localflavor doctests to unittests. Thanks to Idan Gazit for ...Alex Gaynor
2010-12-18Converted Canadian localflavor doctests to unittests. We have always been at...Alex Gaynor
2010-12-18Converted the Brazillian localflavor doctests to unittests. We have always b...Alex Gaynor
2010-12-18Converted Belerusian localflavor tests to use the new, less verbose format. ...Alex Gaynor
2010-12-18Converted Australian localfavor doctests into unittests. We have always been...Alex Gaynor
2010-12-18Fixed the ModelMultipleChoiceFieldTests to pass even on DB backends that do n...Karen Tracey
2010-12-18Fixes #7817 and #9456.Chris Beaven
2010-12-13Fixed #13726 -- Further refine changes made in r12384 and r13069 for using no...Jannis Leidel
2010-12-12Fixed #4030 -- Added ability to translate language names. Thanks to Antti Kai...Jannis Leidel
2010-12-12Fixed #14312 -- Raising an ``IncorrectLookupParameters`` if the page number g...Jannis Leidel
2010-12-12Fixed #14158 -- Fixed SelectMultiple._has_changed to not assume same order of...Jannis Leidel
2010-12-12Fixed #14144 -- Made sure custom validators are called in ModelMultipleChoice...Jannis Leidel
2010-12-12Fixed #14103 -- Take USE_ETAGS setting into account when patching the respons...Jannis Leidel
2010-12-12Fixed #13862 -- Added an ordering option to InlineModelAdmin and cleaned up d...Jannis Leidel
2010-12-12Fixed #13607 -- Auto-initialize admin's date hierarchy links intelligently. T...Jannis Leidel
2010-12-12Fixed #5672 -- Allow the separator in the get_text_list utility function to b...Jannis Leidel
2010-12-12Fixed #14499 -- ATSocialSecurityNumberField now responds to all EMPTY_VALUES ...Alex Gaynor
2010-12-12Converted the Argentina localflavor doctests to unittests. We have always be...Alex Gaynor
2010-12-09Fixes #14873 -- A paginated ListView with a List instead of queryset produces...Chris Beaven
2010-12-08Ensure that a Popen object is closed promptly during the tests.Alex Gaynor
2010-12-07Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...Russell Keith-Magee
2010-12-06Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and ...Russell Keith-Magee
2010-12-05Fixed #12398 -- Added a TypedMultipleChoiceField. Thanks to Tai Lee.Russell Keith-Magee
2010-12-05Fixed #14773 -- Modified MultipleObjectMixin to allow for custom paginators. ...Russell Keith-Magee
2010-12-05Fixed #14799 -- Provided a full solution for test database creation order pro...Russell Keith-Magee
2010-12-04Fixed #12201 -- Added a lineno attibute to template Token so e.g. we can repo...Ramiro Morales
2010-12-04Fixed #14797 -- Corrected the handling of get_form_class() when a custom quer...Russell Keith-Magee
2010-12-04Fixed #14803 -- Corrected an inconsistency in redirection handling between ol...Russell Keith-Magee