summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-02-16Fixed #10121: Restored code lost in r9766 that prevented overwriting an alrea...Karen Tracey
2009-02-16Fixed #10248 -- Corrected handling of the GROUP BY clause when using a DateQu...Russell Keith-Magee
2009-02-16Fixed #10132 -- Corrected the interaction of extra() queries with the values(...Russell Keith-Magee
2009-02-16Fixed #10256 -- Corrected the interaction of extra(select=) with values() and...Russell Keith-Magee
2009-02-16Auth-related doc cleanups:Gary Wilson Jr
2009-02-15A few minor wording, whitespace, punctuation, and link changes for the middle...Gary Wilson Jr
2009-02-13Closes #8836, Updated translation for Slovenian.Marc Fargas
2009-02-13Updated Spanish translation.Marc Fargas
2009-02-13Updated Catalan translationMarc Fargas
2009-02-12Fixed #10240 -- Restored YAML serialization with Decimal objects that broke w...Brian Rosner
2009-02-11Fixed #5903 -- DecimalField.get_default() now correctly returns a Decimal obj...Brian Rosner
2009-02-11Fixed #10224: Don't attempt to decode binary string data in the Oracle backend.Ian Kelly
2009-02-08Fixed #10160 -- Modified evaluation of F() expressions to protect against pot...Russell Keith-Magee
2009-02-08Fixed #10199 -- Modified aggregate() calls to clone the base query so that th...Russell Keith-Magee
2009-02-08Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton fo...Karen Tracey
2009-02-07Fixed tabs in source, stupid emacs.Luke Plant
2009-02-07Fixed some function name errors in code doc.Luke Plant
2009-02-07Made CSRF middleware skip post-processing for 'csrf_exempt' decorated views.Luke Plant
2009-02-03Fixed #10187 -- Added documentation on how to import F() objects. Thanks to t...Russell Keith-Magee
2009-02-03Fixed #10125: fixed the Oracle dsn construction code that was broken in [9712].Ian Kelly
2009-02-03Fixed 10075: Allowed saving of inline-edited models that use multi-table inhe...Karen Tracey
2009-02-03Fixed #10127 -- Corrected (no, really, this time!) the way the select_related...Russell Keith-Magee
2009-02-03Corrected code block in apache auth docs.Gary Wilson Jr