summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-09The "permanent" parameter to redirect_to (r9594) is new in Django 1.1. Noted asMalcolm Tredinnick
2008-12-09Fixed #9777 -- Typo fix.Malcolm Tredinnick
2008-12-09Fixed #9772 -- Fixed a couple of broken links and pointed them to a moreMalcolm Tredinnick
2008-12-09Fixed #9778 -- Added some special casing of the "Join on field 'abc'" errorMalcolm Tredinnick
2008-12-09Fixed #9775 -- Fixed an oversight from r9601 and allow direct attributeMalcolm Tredinnick
2008-12-09Did some much-needed rewriting/editing in the formsets section of docs/topics...Adrian Holovaty
2008-12-09Improved the model formset and inline formset documentation to be more explic...Brian Rosner
2008-12-08Fixed obscure Oracle quoting issues pointed out by the custom_columns_regress...Matt Boersma
2008-12-08In the release process doc, clarify that the original committer is responsibl...Karen Tracey
2008-12-08Fixed a Python 2.4 incompatibility in `compress_kml`.Justin Bronn
2008-12-08Fixed #9747 -- now explicitly set response type on C functions that return WK...Justin Bronn
2008-12-08The second part of fixing "related inherited models" display. Handle raw_id v...Malcolm Tredinnick
2008-12-08The first step in fixing a group of problems related to outputting a properMalcolm Tredinnick
2008-12-08Fixed #9732 -- Added missing close paragraph tag to password reset confirmati...Gary Wilson Jr
2008-12-08Fixed #9724 -- Added missing import to URLconf example, thanks shacker.Gary Wilson Jr
2008-12-08Fixed #9718 -- Removed a reference to oldforms FormWrapper object in the user...Gary Wilson Jr
2008-12-08Added a 'permanent' argument the simple.redirect_to() generic view. It's True...Adrian Holovaty
2008-12-08Edited ref/contrib/csrf.txt changes from [9554]Adrian Holovaty
2008-12-08Edited docs/topics/forms/index.txt changes from [9569] and fixed a typo in th...Adrian Holovaty
2008-12-08This fixes a group of problems in the SQL created by QuerySet.exclude() whenMalcolm Tredinnick
2008-12-07Fixed #9188 -- Fixed a case where we were generating syntactically invalid SQ...Malcolm Tredinnick
2008-12-07Fixed #9645 -- Work around a backwards-incompatibility in Sphinx so thatMalcolm Tredinnick
2008-12-07Fixed #9677 -- Fixed a tiny typo in the 1.0.2 release notes.Malcolm Tredinnick
2008-12-07Fixed #9705 -- Call the Netherlands by their real name in the localflavorMalcolm Tredinnick
2008-12-07Fixed #9712 -- Documented how HTTP headers are converted to request.META keys.Malcolm Tredinnick
2008-12-07Fixed #9731 -- Typo fix in docs.Malcolm Tredinnick
2008-12-07Fixed #9728 -- Updated Macedonian translation from Georgi Stanojevski and Vas...Malcolm Tredinnick
2008-12-07Fixed #9639 -- Updated Ukranian translation from Mykola Zamkovoi.Malcolm Tredinnick
2008-12-06Fixed #9572 -- use `opts` argument. Thanks SeanL for bug report and patch.Justin Bronn
2008-12-06Fixed #9742 -- remove extraneous 'kml' from KML mimetype. Thanks, robotika f...Justin Bronn
2008-12-05Added a way to iterate over hidden/visible fields in a form. Useful for manualMalcolm Tredinnick
2008-12-04Fixed #9754: static-serving view now uses correct template name for directory...James Bennett
2008-12-04Fixed some markup errors in the form validation docs.Malcolm Tredinnick
2008-12-03Fixed regression introduced in r9550Luke Plant
2008-12-03Refs #8248 - GenericRelations descriptors now return self when accessed via c...Luke Plant
2008-12-03Added some explanatory comments in CsrfMiddlewareLuke Plant
2008-12-03Fixed #9735 -- Documentation typo fix.Malcolm Tredinnick
2008-12-03Fixed #9734 -- Typo fix in the custom fields documentation, pointed out byMalcolm Tredinnick
2008-12-03Fixed #9740 -- Updated and correct usage of max_entries in cache documentation.Malcolm Tredinnick
2008-12-03Updated csrf docs with 'versionadded' infoLuke Plant
2008-12-03New CsrfMiddleware features: automatic exceptions for known AJAX and decorato...Luke Plant
2008-12-03Split CsrfMiddleware into two to make it more reusable.Luke Plant
2008-12-02More tests for the other half of CsrfMiddlewareLuke Plant
2008-12-02Added tests for CsrfMiddleware.Luke Plant
2008-12-02Fixed #8248: made help() work on models and improved introspection support.Luke Plant
2008-12-02Fixed #9706: made SlugField honor max_length in Oracle, matching the other ba...Ian Kelly
2008-12-02Fixed a pair of bugs in determining the set of models to flush that were caus...Ian Kelly
2008-12-02Added svn:ignore properties on some recently added directoriesRussell Keith-Magee
2008-12-02Fixed #9736 -- Added quoting to the SQL constraint names generated during tab...Russell Keith-Magee
2008-12-02Added a note to the SQLite database documentation mentioning that version 3.6.2Malcolm Tredinnick