summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-09[1.1.X] Bump version number for security release.1.1.1James Bennett
2009-10-09[1.1.X] SECURITY ALERT: Corrected regular expressions for URL and email fields.Jacob Kaplan-Moss
2009-10-08[1.1.X] Fixed #11995 -- Modified the admin site definition for comments so th...Russell Keith-Magee
2009-09-28[1.1.X] Fixed #9674 - documented app_label.Luke Plant
2009-09-23[1.1.X] Fixed #11931: Removed mention of nonexistent get_sql() method for arg...James Bennett
2009-09-22[1.1.X] The 1.1.X branch has been created, so that needs to be past tense. Ba...James Bennett
2009-09-16[1.1.X] Marked r11577 as mergedRussell Keith-Magee
2009-09-16[1.1.X] Fixed some ReST markup in admin installation docs.Russell Keith-Magee
2009-09-16[1.1.X] Fixed counting error in admin installation overview docs.Russell Keith-Magee
2009-09-16[1.1.X] Fixed #11886 -- Corrected handling of F() expressions that use parent...Russell Keith-Magee
2009-09-13[1.1.X] Fixed #11827: Can now calculate extent in Oracle on tables with one p...Justin Bronn
2009-09-13[1.1.X] Updated svnmerge propertiesRussell Keith-Magee
2009-09-13[1.1.X] Fixed #11624: `render_to_kmz` no longer balks on non-ASCII data.Justin Bronn
2009-09-13[1.1.X] Fixed #11746 -- Marked a string for translation in the FR localflavor...Russell Keith-Magee
2009-09-13[1.1.X] Fixed #11820 -- Corrected the spelling of Grace Hopper's name in a te...Russell Keith-Magee
2009-09-13[1.1.X] Fixed #11862 -- Corrected an error in the Hebrew translation. Thanks ...Russell Keith-Magee
2009-09-13[1.1.X] Fixed #11755 -- Added documentation for an edge case of FormSet usage...Russell Keith-Magee
2009-09-13[1.1.X] Fixed #11740 -- Added extra detail on the behavior of ModelForms. Tha...Russell Keith-Magee
2009-09-13[1.1.X] Fixed #9414 -- Clarified the documentation on the permission decorato...Russell Keith-Magee
2009-09-13[1.1.X] Fixed #11873 -- Corrected typo in generic views docs. Thanks to Brett...Russell Keith-Magee
2009-09-13[1.1.X] Fixed #11073 -- Added documentation for SESSION_COOKIE_PATH. Thanks t...Russell Keith-Magee
2009-09-13[1.1.X] Fixed #10864 -- Clarified the role played by redirect_to_field in the...Russell Keith-Magee
2009-09-13[1.1.X] Fixed #9236 -- Added documentation on the dependencies of the admin.Russell Keith-Magee
2009-09-13[1.1.X] Added the SVN internal docs to the internal docs index.Russell Keith-Magee
2009-09-13[1.1.X] Fixed #6047 -- Minor correction to the documentation regarding regex ...Russell Keith-Magee
2009-09-13[1.1.X] Fixed #11359 -- Added a link to the signals topic guide in the signal...Russell Keith-Magee
2009-09-13[1.1.X] Fixed #11592 -- Corrected the grammar in the queryset docs. Thanks to...Russell Keith-Magee
2009-09-13[1.1.X] Fixed #11628 -- Corrected the tutorial, removing instructions to upda...Russell Keith-Magee
2009-09-13[1.1.X] Fixed #11659 -- Corrected a minor typo in the v1.1 release notes. Tha...Russell Keith-Magee
2009-09-13[1.1.X] Fixed #11728 -- Corrected a typo in a class name in the request/respo...Russell Keith-Magee
2009-09-13[1.1.X] Fixed #11780 -- Corrected a typo in the static file serving docs.Russell Keith-Magee
2009-09-13[1.1.X] Fixed #11808 -- Corrected typo in admin docs. Thanks to kratorius for...Russell Keith-Magee
2009-09-13[1.1.X] Fixed #11831 -- Corrected typo in comments docs. Thanks to gsf for th...Russell Keith-Magee
2009-09-13[1.1.X] Fixed #11589 -- Corrected an argument in the shortcuts documentation....Russell Keith-Magee
2009-09-12[1.1.X] Fixed #11660 -- Corrected the CONTENT_TYPE and CONTENT_LENGTH headers...Russell Keith-Magee
2009-09-12[1.1.X] Initialized svnmerge properties.Russell Keith-Magee
2009-09-11[1.1.X] Document the fact that we now put dead branches in the attic. Backpor...James Bennett
2009-09-11This branch is 1.1.1 pre-alpha.James Bennett
2009-09-11Create 1.1 release branch.James Bennett
2009-09-11Fixed #11554: Several errors in Generic Views Documentation. Luke Plant
2009-09-11Fixed #10968 - Form.errors should use Form.error_class.Luke Plant
2009-09-11Fixed #11502 - wrong escaping in admin.Luke Plant
2009-09-11Fixed Widget.__init__() for Python 2.6 and greater. Refs #11703Luke Plant
2009-09-10As long as we're micro-optomizing, do it right -- using map() shaves another ...Jacob Kaplan-Moss
2009-09-10Micro-optomization to SortedDict.values(). Yes, it looks silly, but it shaves...Jacob Kaplan-Moss
2009-09-10Fixed #11061: Malformed POST request causes TypeError in AdminSite.login().Luke Plant
2009-09-10Fixed #11833: name conflict in filter test.Luke Plant
2009-09-10Fixed #11703: Added missing Super calls to 2 widget classes.Luke Plant
2009-09-10Fixed #11071 - update is_ajax() docs.Luke Plant
2009-09-10Fixed #11591: invalid HTML in tabular.html.Luke Plant