summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-02-02Fixed #10127 -- Corrected handling of select_related() in annotate() calls. T...Russell Keith-Magee
2009-02-02Fixed #10142 -- Added docs and an exploding error message to highlight an err...Russell Keith-Magee
2009-02-01Fixed #9858 -- Added ability to use PostGIS template with GIS test runner via...Justin Bronn
2009-02-01Now use `subprocess.Popen` instead of the deprecated os.popen3 to issue PostG...Justin Bronn
2009-01-30Fixed some tests that relied on an arbitrary ordering of rows.Ian Kelly
2009-01-30Fixed some column names in the tests that were breaking the test suite on Ora...Ian Kelly
2009-01-29Fixed #10152 -- Fixed typo in porting guide. Thanks eagle-eyed anonymous.Karen Tracey
2009-01-29Fixed #8638 -- Added documentation on how to redirect email to a dummy server...Russell Keith-Magee
2009-01-29Fixed #7210 -- Added F() expressions to query language. See the documentation...Russell Keith-Magee
2009-01-24Refs #10113 -- Modified the generated SQL to remove redundant GROUP BY elemen...Russell Keith-Magee
2009-01-24Fixed #10110 -- Added FAQ on how and when to poke the core developers about t...Russell Keith-Magee
2009-01-24Fixed #10113 -- Ensured that joined fields mentioned in order_by() are includ...Russell Keith-Magee
2009-01-23Fixed #10052 -- Added import line for other aggregates used in examples. Than...Russell Keith-Magee
2009-01-23Fixed #10089 -- Corrected handling of aggregates when the query set contains ...Russell Keith-Magee
2009-01-23Fixed #10100 -- Corrected handling of the negation required exclude() clauses...Russell Keith-Magee