summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-28Fixed #10048 -- Handle non-existent timezone in dateformat functions.Malcolm Tredinnick
2009-02-28Fixed #10165 -- Use settings.TEST_RUNNER in runtests.pyMalcolm Tredinnick
2009-02-28Fixed #10028 -- Fixed a problem when ordering by related models.Malcolm Tredinnick
2009-02-28Fixed #10011 -- Updated Thai translation from Kowito Charoenratchatabhan.Malcolm Tredinnick
2009-02-28Fixed #9634 -- Updated Slovak translation. Thanks Marcel Telka and scrool.Malcolm Tredinnick
2009-02-27Fixed #4476 -- Added a ``follow`` option to the test client request methods. ...Russell Keith-Magee
2009-02-27Fixed #10006 -- Avoid inadvertently using third-party "json" module.Malcolm Tredinnick
2009-02-27Invalidate the appropriate SITE_CACHE entry when saving a Site model.Malcolm Tredinnick
2009-02-26Fixed #10017 - PasswordResetForm.clean_email was not returning the value.Luke Plant
2009-02-25Fixed #10290: do not use aliases when adding extra_selects to the GROUP BY cl...Ian Kelly
2009-02-24Fixed #10344 -- Corrected some typos in the aggregation docs. Thanks to ewoud...Russell Keith-Magee
2009-02-24Fixed #10347 -- Fixed incorrect AttributeError raised when attempting to acce...Karen Tracey
2009-02-24Fixed #10161 -- Modified evaluation of query expressions to allow for operato...Russell Keith-Magee
2009-02-24Whitespace fix to [9896].Jacob Kaplan-Moss
2009-02-24Add trove classifiers to setup.pyJames Bennett
2009-02-24Cleaned up some reST errors in the 1.1 alpha release notes, and made a few mi...Jacob Kaplan-Moss
2009-02-24Bump version to 1.1 alpha 1 and add download_url for the eventual 1.1 alpha 1...James Bennett
2009-02-24Add 1.1 alpha 1 release notesJames Bennett
2009-02-24Cleaned up some documentation about admin URLs in Django 1.1. Thanks, Alex Ga...Jacob Kaplan-Moss
2009-02-23Fixed #9303: comment templatetags no longer assume the built-in comment model.Jacob Kaplan-Moss
2009-02-23Fixed #8630: finished the custom comment app API that was left out of 1.0. Th...Jacob Kaplan-Moss
2009-02-23Refactored CommentForm.get_comment_object into a handful of separete methods ...Jacob Kaplan-Moss
2009-02-23Fixed #10182 -- Corrected realiasing and the process of evaluating values() f...Russell Keith-Magee
2009-02-23Fixed #10274 -- Fixed an embarrassing mistake in BaseGenericInlineFormSet.get...Brian Rosner
2009-02-22Added Tomáš Ehrlich to the AUTHORS list (Elvard from r9876)Russell Keith-Magee
2009-02-22Fixed #9031 -- Clarified the error message when the label used to run a speci...Russell Keith-Magee
2009-02-22Fixed #9276 -- Corrected the way the CSS class is rolled out in a stacked edi...Russell Keith-Magee
2009-02-22Fixed #9066 -- Added Czech localflavor. Thanks to Elvard for the contribution.Russell Keith-Magee
2009-02-22Fixed #9347 -- Added an entry in the field reference for the verbose_name opt...Russell Keith-Magee
2009-02-22Fixed #9939 -- Corrected minor error in model fields documentation. Thanks to...Russell Keith-Magee
2009-02-22Fixed #10007 -- Corrected (and narrowed) a reference to the Python standard l...Russell Keith-Magee
2009-02-22Fixed #10009 -- Corrected a field reference in an example on rendering hidden...Russell Keith-Magee
2009-02-22Fixed #10025 -- Corrected two minor typos in source documentation. Thanks to ...Russell Keith-Magee
2009-02-22Fixed #10030 -- Corrected a typo in a reference to the login_required decorat...Russell Keith-Magee
2009-02-22Fixed #10118 -- Clarified the error message raised when accessing a subclass ...Russell Keith-Magee
2009-02-22Fixed #10141 -- Added a missing import to the complex Feed example. Thanks to...Russell Keith-Magee
2009-02-22Fixed #10298 -- Corrected the example for the get_list_or_404 shortcut. Thank...Russell Keith-Magee
2009-02-22Fixed #10312 -- Corrected a link to the Reportlab user guide. Thanks to JohnD...Russell Keith-Magee
2009-02-21Fixed #10307 -- Removed references to FM/Federated States of Micronesia from ...Russell Keith-Magee
2009-02-21Fixed #10135 -- Added some import statements to docs/ref/forms/fields.txt and...Adrian Holovaty
2009-02-21Fixed #10177 -- Fixed typo in docs/ref/templates/builtins.txt. Thanks, bmjamesAdrian Holovaty
2009-02-21Fixed #10195 -- Fixed a ReST error in docs/ref/contrib/syndication.txt. Thank...Adrian Holovaty
2009-02-21Fixed #10218 -- Reworded serialization.txt sentence to remove awkward quotes....Adrian Holovaty
2009-02-21Fixed #8551 -- Added REMOTE_ADDR to the default Test Client environment. Than...Russell Keith-Magee
2009-02-19Fixed #10303 -- Corrected a contradiction in the docs regarding the capabilit...Russell Keith-Magee
2009-02-17Fixed #10289 -- Corrected typo that produced oversensitive rejection of Postg...Russell Keith-Magee
2009-02-17Clarified some documentation on the use of the aggregate() query modifier, fo...Russell Keith-Magee
2009-02-16Merge branch 'master' into upstream-trunkJacob Kaplan-Moss
2009-02-16Fixed #9214: EmailMessage now respects the From header instead of blindly usi...Jacob Kaplan-Moss
2009-02-16Fixed #10196: Restored setting of image file width and height fields lost in ...Karen Tracey