summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-12-23Fix a security issue in the admin. Disclosure and new release forthcoming.Alex Gaynor
2010-12-21[1.2.X] Fixed #10420 -- GeoDjango tests are run as part of Django tests when ...Justin Bronn
2010-12-21[1.2.X] Fixed #14301 -- Further refine changes made in r14217 to support non-...Jannis Leidel
2010-12-21[1.2.X] Fixed #4976 -- Stopped humanize template tags to raise a TypeError if...Jannis Leidel
2010-12-21[1.2.X] Fixed #13743 -- Fixed CommentsAdmin to not blow up if the delete_sele...Jannis Leidel
2010-12-19[1.2.X] Fixed a Python 2.5 syntax error. Backport of [14983].Alex Gaynor
2010-12-18[1.2.X] Fixed a couple of tests migrated to unit tests in r14279 so they actu...Ramiro Morales
2010-12-18[1.2.X] Fixed #14871, #14872 -- ZAIDField didn't handle alll EMPTY_VALUES cor...Alex Gaynor
2010-12-18[1.2.X] Converted Uruguayan localflavor doctests into unittests. We have alw...Alex Gaynor
2010-12-18[1.2.X] Converted United States localflavor doctests into unittests. We have...Alex Gaynor
2010-12-18[1.2.X] Converted United Kingdom localflavor doctests into unittests. We hav...Alex Gaynor
2010-12-18[1.2.X] Converted Slovak localflavor doctests into unitttests. We have alway...Alex Gaynor
2010-12-18[1.2.X] Fixed #14864, #14864 -- ROCIFField didn't accept values starting with...Alex Gaynor
2010-12-18[1.2.X] Converted Portuguese localflavor doctests into unittests. We have al...Alex Gaynor
2010-12-18[1.2.X] Fixed #14860 -- PLPESELField, PLNIPField, and PLREGONField didn't han...Alex Gaynor
2010-12-18[1.2.X] Converted Dutch localflavor doctests to unittests. We have always be...Alex Gaynor
2010-12-18[1.2.X] Converted Kuwaiti localflavor doctests to unittests. We have always ...Alex Gaynor
2010-12-18[1.2.X] Converted Japanese localflavor doctests to unittests. We have always...Alex Gaynor
2010-12-18[1.2.X] Fixed #14859 -- ITSocialSecurityNumberField and ITVatNumberField didn...Alex Gaynor
2010-12-18[1.2.X] Converted Icelandic localflavor doctests to unittests. We have alway...Alex Gaynor
2010-12-18[1.2.X] Converted Irish localflavor doctests to unittests. We have always be...Alex Gaynor
2010-12-18[1.2.X] Converted Indonesian localflavor doctests to unittests. We have alwa...Alex Gaynor
2010-12-18[1.2.X] Converted generic localflavor doctests to unittests. We have always ...Alex Gaynor
2010-12-18[1.2.X] Converted French localflavor doctests into unittests. We have always...Alex Gaynor
2010-12-18[1.2.X] Converted Finnish localflavor doctests to unittests. We have always ...Alex Gaynor
2010-12-18[1.2.X] Converted Spanish localflavor doctests to unittests. We have always ...Alex Gaynor
2010-12-18[1.2.X] Converted Chilean localflavor doctests to unittests. We have always ...Alex Gaynor
2010-12-18[1.2.X] Converted Swiss localflavor doctests to unittests. Thanks to Idan Ga...Alex Gaynor
2010-12-18[1.2.X] Converted Canadian localflavor doctests to unittests. We have always...Alex Gaynor
2010-12-18[1.2.X] Converted the Brazillian localflavor doctests to unittests. We have ...Alex Gaynor
2010-12-18[1.2.X] Converted Australian localfavor doctests into unittests. We have alw...Alex Gaynor
2010-12-18[1.2.X] Fixed #14919 - test isolation issue with model_inheritance.ModelInher...Luke Plant
2010-12-18[1.2.X] Fixed the ModelMultipleChoiceFieldTests to pass even on DB backends t...Karen Tracey
2010-12-18[1.2.X] Fixed test_runner tests on 1.2.X branch to not atempt to use new unit...Karen Tracey
2010-12-13[1.2.X] Fixed #13726 -- Further refine changes made in r12384 and r13069 for ...Jannis Leidel
2010-12-13[1.2.X] Fixed #14312 -- Raising an ``IncorrectLookupParameters`` if the page ...Jannis Leidel
2010-12-13[1.2.X] Fixed #14158 -- Fixed SelectMultiple._has_changed to not assume same ...Jannis Leidel
2010-12-13[1.2.X] Fixed #14144 -- Made sure custom validators are called in ModelMultip...Jannis Leidel
2010-12-12[1.2.X] Fixed #14499 -- ATSocialSecurityNumberField now responds to all EMPTY...Alex Gaynor
2010-12-12[1.2.X] Converted the Argentina localflavor doctests to unittests. We have a...Alex Gaynor
2010-12-08[1.2.X] Ensure that a Popen object is closed promptly during the tests. Backp...Alex Gaynor
2010-12-05[1.2.X] Fixed #14799 -- Provided a full solution for test database creation o...Russell Keith-Magee
2010-12-04[1.2.X] Fixed #14807 -- Ensure that boolean values aren't localized as T.rue ...Russell Keith-Magee
2010-12-04[1.2.X] Fixed a broken test introduced in [14786].Alex Gaynor
2010-12-04[1.2.X] Removed all usages of deprecated TestCase methods (self.fail*). This...Alex Gaynor
2010-12-03[1.2.X] Fixed #14700 -- ensure that a raw query is only executed once per ite...Alex Gaynor
2010-12-03[1.2.X] Added a regression test for r14781.Ian Kelly
2010-12-02[1.2.X] Fixed broken German localflavor test introduced in r14627. Thanks for...Jannis Leidel
2010-12-02[1.2.X] Fixed #8342 -- Removed code from the admin that assumed that you can'...Jannis Leidel
2010-12-01[1.2.X] Fixed result ordering assumptions in the select_related tests.Ian Kelly