summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-05-13[1.0.X] Updated svnmerge properties for recent checkinsRussell Keith-Magee
2009-05-13[1.0.X] Fixed #10243, #11043 -- Corrected handling of formsets over a Foreign...Russell Keith-Magee
2009-05-13[1.0.X] Fixed #10288 -- Corrected _has_changed handling of DateTimeInput when...Russell Keith-Magee
2009-05-12[1.0.X] Fixed #10643: fixed the formtools security hash to handle allowed emp...Jacob Kaplan-Moss
2009-05-12[1.0.X] Fixed #10034: the formtools security hash function is now friendlier ...Jacob Kaplan-Moss
2009-05-12[1.0.X] Fixed #11033 -- handle cx_Oracle.UNICODE when driver was compiled wit...Matt Boersma
2009-05-12[1.0.X] Fixed #9675: added note about upgrading the URLconf to the comment up...Jacob Kaplan-Moss
2009-05-12[1.0.X] Fixed #11063: updated install docs to mention mod_wsgi instead of mod...Jacob Kaplan-Moss
2009-05-11[1.0.X] Fixed #11050 -- Oracle now passes all but one introspection unit test.Matt Boersma
2009-05-11[1.0.X] Changed r10672 to not falsely error out when using generic inlines.Malcolm Tredinnick
2009-05-11[1.0.X] Updated svnmerge properties for recent checkinsRussell Keith-Magee
2009-05-11[1.0.X] Fixed #10792 -- Ensured that ModelChoiceFields don't provide an empty...Russell Keith-Magee
2009-05-09[1.0.X] Fixed #11042 -- Corrected admin inlines for inherited models. Thanks ...Russell Keith-Magee
2009-05-09[1.0.X] Updated svnmerge properties for recent checkinsRussell Keith-Magee
2009-05-08[1.0.X] Fixed test suite on Oracle that was broken by using keyword "date" as...Matt Boersma
2009-05-08[1.0.X] Fixed #10899 -- Ensured that log messages for deletions in the admin ...Russell Keith-Magee
2009-05-08[1.0.X] Fixed #10516 -- Corrected admin search when the search_fields definit...Russell Keith-Magee
2009-05-08[1.0.X] Fixed #9493 -- Corrected error handling of formsets that violate uniq...Russell Keith-Magee
2009-05-08[1.0.X] Fixed #10651: fixed a javascript error on the admin user add form. Th...Jacob Kaplan-Moss
2009-05-08Reverted r10709 which I applied to the wrong branch. Sorry for my git-svn fail!Jacob Kaplan-Moss
2009-05-08Fixed #10188: prevent newlines in HTTP headers. Thanks, bthomas.Jacob Kaplan-Moss
2009-05-08[1.0.X] Fixed #8817: get_image_dimensions correctly closes the files it opens...Jacob Kaplan-Moss
2009-05-08[1.0.X] Fixed #10335: handle system locals unknown to Python in timezone name...Jacob Kaplan-Moss
2009-05-08[1.0.X]: Fixed #9610 -- Fixed duplicate uploaded file name mangling when dire...Gary Wilson Jr
2009-05-08[1.0.X]: Fixed #9344 -- In the `TemporaryFile` class used by Windows, proxy t...Gary Wilson Jr
2009-05-07[1.0.X] Make sure that all uses of max_length in the test suite use values sm...Jacob Kaplan-Moss
2009-05-07[1.0.X] Updated Spanish translation.Marc Fargas
2009-05-07[1.0.X] Fixed #11030: fixed file uploads on non-utf8 filesystem encoding. Tha...Jacob Kaplan-Moss
2009-05-07[1.0.X] Updated Calatan translation.Marc Fargas
2009-05-07[1.0.X] Fixed #9659: fixed `wsgi.file_wrapper` in the builtin server. Thanks,...Jacob Kaplan-Moss
2009-05-07[1.0.X] Fixed #11026, a small typo in the regroup template tag docstring. Tha...Jacob Kaplan-Moss
2009-05-07[1.0.X] Fixed #8971: correctly reverse urls in admindocs reST roles. Thanks, ...Jacob Kaplan-Moss
2009-05-05[1.0.X] Updated svnmerge properties for recent changesRussell Keith-Magee
2009-05-05[1.0.X] Fixed #10275 -- Corrected the edge case of rendering a LogEntry with ...Russell Keith-Magee
2009-05-03[1.0.X] Updated svnmerge and svn:ignore properties for recent checkinsRussell Keith-Magee
2009-05-03[1.0.X] Fixed #9932 -- Added a validation error when an inline tries to exclu...Russell Keith-Magee
2009-05-03[1.0.X] Fixed #9362 -- Prevented inline forms from overwriting the content_ty...Russell Keith-Magee