summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-06[1.0.X] Blocked recent trunk updates from merge to branchRussell Keith-Magee
2009-06-06[1.0.X] Blocked update from merge to branchRussell Keith-Magee
2009-06-03[1.0.X] Fixed #9479 -- Corrected an edge case in bulk queryset deletion that ...Russell Keith-Magee
2009-05-29[1.0.X] Fixed a few Python 2.3 incompatibilities that were causing test failu...Gary Wilson Jr
2009-05-29[1.0.X] Fixed #11216 and #11218 -- Corrected a few typos, thanks buriy.Gary Wilson Jr
2009-05-27[1.0.X] Fixed #11204 -- Corrected typo in the pluralize doc. Thanks martin an...Karen Tracey
2009-05-27[1.0.X] Fixed #11209 -- Added a note to doc on connection.queries that the lo...Karen Tracey
2009-05-27[1.0.X] Fixed #11215 -- Replaced erroneous catch with except in testing doc. ...Karen Tracey
2009-05-26[1.0.X] Fixed #11205 -- Made the links to the str method description look the...Karen Tracey
2009-05-26[1.0.X] Fixed #11202 -- Removed mod_python information from FAQ, as it is no ...Karen Tracey
2009-05-24[1.0.X] Fixed #8857 -- Corrected ref in modelforms documentation and added re...Brian Rosner
2009-05-23[1.0.X] Fixed #11188 -- Removed incorrect doc note about step being unsupport...Karen Tracey
2009-05-20[1.0.X] Fixed #10867: make the makemessages command ignore files and only pro...Jacob Kaplan-Moss
2009-05-20[1.0.X] Fixed #11134: signals recievers that disconnect during their processi...Jacob Kaplan-Moss
2009-05-20[1.0.X] Modified a test from r10787 so that the comparison order is reliable....Russell Keith-Magee
2009-05-19[1.0.X] Blocked r10826 from merge to branch as it's a fix to code added in a ...Karen Tracey
2009-05-19[1.0.X] Updated svnmerge properties for recent commitsRussell Keith-Magee
2009-05-19[1.0.X] Fixed #9308 -- Corrected the updated of nullable foreign key fields w...Russell Keith-Magee
2009-05-18[1.0.X] Blocked new function doc fix changesets from merge to branch.Karen Tracey
2009-05-18[1.0.X] Fixed #11138 -- Corrected the description of behavior related to the ...Karen Tracey
2009-05-17[1.0.X] Fixed #10400: Added a note in the file uploads doc about the correct ...Karen Tracey
2009-05-17[1.0.X] Fixed #10817 -- Corrected some grammar in the forms doc. Thanks nickr...Karen Tracey
2009-05-17[1.0.X] Fixed #10846: Corrected typo in modwsgi.txt and updated reference to ...Karen Tracey
2009-05-17[1.0.X] Fixed #10855: Reference doc on creating superusers in the tutorial at...Karen Tracey
2009-05-17[1.0.X] Fixed #10925 -- Clarified the location of some code referenced in the...Karen Tracey
2009-05-17[1.0.X] Fixed #11031 -- Added doc for some additional roles needed when testi...Karen Tracey
2009-05-17[1.0.X] Fixed #11066 -- Corrected 11 duplicate "the"s found in docs and code ...Karen Tracey
2009-05-17[1.0.X] Fixed #11130 -- Corrected code example in custom template tag doc. Th...Karen Tracey
2009-05-17[1.0.X] Fixed #11106 -- Corrected typo in models doc. Thanks mnieber. Karen Tracey
2009-05-17[1.0.X] Fixed #11128 -- Misc. fixes and improvements to the model forms doc. ...Karen Tracey
2009-05-16[1.0.X] Updated blocked and merged metadata for svnmerge.py.Karen Tracey
2009-05-16[1.0.X] Updated svnmerge properties for recent commitsRussell Keith-Magee
2009-05-16[1.0.X] Fixed #9206 -- Added documentation on savepoints, and how to use them...Russell Keith-Magee
2009-05-15[1.0.X] Fixed import statement in admin_views test to work with Python 2.3. Matt Boersma
2009-05-15[1.0.X] Fixed #11120 -- Corrected handling of inlines attached to inherited c...Russell Keith-Magee
2009-05-14[1.0.X] Fixed #10348: ChangeList no longer overwrites a select_related provid...Jacob Kaplan-Moss
2009-05-14[1.0.X] Fixed #10992: fixed a bug saving inlines with custom primary key fiel...Jacob Kaplan-Moss
2009-05-14[1.0.X] Fixed a weird intentation glitch in `django/forms/models.py`. Five sp...Jacob Kaplan-Moss
2009-05-14[1.0.X] Fixed #10795: added a link to model formsets docs from the formsets d...Jacob Kaplan-Moss
2009-05-14[1.0.X] Fixed #10273: added an explanation of `SetPasswordForm` and `UserChan...Jacob Kaplan-Moss
2009-05-14[1.0.X] Fixed #10272: documented the signatures for the contrib.auth views. T...Jacob Kaplan-Moss
2009-05-14[1.0.X] Fixed #11046: fixed a use of the deprecated cycle tag syntax in the t...Jacob Kaplan-Moss
2009-05-13[1.0.X] Blocked a few more changesets and added a couple more that have been ...Karen Tracey
2009-05-13[1.0.X] Fixed #11102: corrected a 1.1-ism in the tutorial.Jacob Kaplan-Moss
2009-05-13[1.0.X] Fixed #10687: fixed request parsing when upload_handlers is empty. Th...Jacob Kaplan-Moss
2009-05-13[1.0.X] Fixed #10448: correcting errors on "save as new" now correctly create...Jacob Kaplan-Moss
2009-05-13[1.0.X] Fixed BooleanFields being coerced null=True in Oracle. Backport of r1...Ian Kelly
2009-05-13[1.0.X] Added admin URLs back to the urls.py example in the tutorial - had a ...Karen Tracey
2009-05-13[1.0.X] Blocked a few more changesets not applicable to the branch, and updat...Karen Tracey
2009-05-13[1.0.X] Blocked a bunch of new function fixes from merge to branch.Karen Tracey