summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-18[1.2.X] Fixed #14676 - Document that the removetags filter is case-sensitive....Timo Graham
2010-12-18[1.2.X] Fixed #6434 - Add clarifying note about auto_now and auto_now_add. th...Timo Graham
2010-12-14[1.2.X] Fixed #14848 - change example verbose name to match convention. thank...Timo Graham
2010-12-13[1.2.X] Fixed #14897 -- fixed some synax highlighting in the formset document...Alex Gaynor
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 #12735 and #14892 -- Fixed support for the latest IPython (deve...Jannis Leidel
2010-12-13[1.2.X] Fixed #14446 -- Prevented the password reset confirmation view to be ...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-13[1.2.X] Fixed #14805 -- Capitalize "Google" in sitemaps docs. Thanks, Adam.Jannis Leidel
2010-12-13[1.2.X] Fixed #13856 -- Float admin's top links on the right for RTL languages.Jannis Leidel
2010-12-13[1.2.X] Fixed #12955 -- Use the size attribute of the file instead of len() t...Jannis Leidel
2010-12-13[1.2.X] Fixed #11990 -- Show the correct URLconf in the technical 404 templat...Jannis Leidel
2010-12-13[1.2.X] Reverted [13998] because it never worked.Luke Plant
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-11[1.2.X] Fixed #14863 - Add contrib.messages to list of default INSTALLED_APPS...Timo Graham
2010-12-11[1.2.X] Fixed #11470 - add documentation for ModelAdmin.message_user. thanks ...Timo Graham
2010-12-11[1.2.X] Fixed #14875 - moved mention of `email_re` in 1.2 release notes from ...Timo Graham
2010-12-08[1.2.X] Fixed the world's ugliest syntax (that's not an actual error) that sn...Alex Gaynor
2010-12-08[1.2.X] Fixed #14870 -- don't catch AttributeErrors in database router method...Alex Gaynor
2010-12-08[1.2.X] Replaced an ImportError with ImproperlyConfigured in the Oracle backe...Ian Kelly
2010-12-08[1.2.X] Ensure that a Popen object is closed promptly during the tests. Backp...Alex Gaynor
2010-12-06[1.2.X] Fixed #8975 -- documented related order methods -- thanks to Leo for ...Simon Meers
2010-12-06[1.2.X] Fixed #14846 -- Corrected a tiny typo in from [14832]. Thanks to elba...Gabriel Hurley
2010-12-06[1.2.X] Fixed #14840 -- Added crossrefs to related objects reference docs. Th...Gabriel Hurley