summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-01-23Fixed #10103: Testcase fix for Jython compatibility. Thanks for report and p...Karen Tracey
2009-01-20Fixed #10064 -- Corrected handling of aggregate queries that also use select_...Russell Keith-Magee
2009-01-19Fixed #9275: Extended the Oracle date format to allow DATE columns to be used...Ian Kelly
2009-01-19Fixed #10069 -- Fixed the model form unique validation code to not proceed wi...Karen Tracey
2009-01-19Fixed #9789 -- Handle jython's compiled settings filename correctly.Malcolm Tredinnick
2009-01-18Corrected code in serializers_regress testcase so that, in the case where an ...Karen Tracey
2009-01-17Fixed #8055: Replaced use of traceback.format_exc (new in Python 2.4) with so...Karen Tracey
2009-01-17Added code to make TestSuites iterable when running on Python 2.3. (r9756 ad...Karen Tracey
2009-01-16Fixed #5543: callproc() and friends now work with Oracle and our FormatStyleP...Matt Boersma
2009-01-16Fixed #10044: You can now assign directly to file fields (`instance.filefield...Jacob Kaplan-Moss
2009-01-16Fixed #10041: use a tempdir for files in the forms test. Thanks, Marty Alchin.Jacob Kaplan-Moss
2009-01-16Changed "date" column to "start_date"--Oracle won't name columns with reserve...Matt Boersma
2009-01-16Fixed geographic admin to be compatible with `ModelAdmin.formfield_for_dbfiel...Justin Bronn
2009-01-16Fixed #6767: corrected a 2.3 compatibility issue in [9750]. Thanks to tlow.Ian Kelly
2009-01-16Cleaned up and refactored `ModelAdmin.formfield_for_dbfield`:Jacob Kaplan-Moss
2009-01-16Fixed #9997 -- Fixed use of ValuesQuerySets as rvalues in filters.Malcolm Tredinnick
2009-01-16Fixed #10014 -- Don't crash when using debug template tag inside a block node...Malcolm Tredinnick
2009-01-16Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...Karen Tracey
2009-01-16Fixed #10042 -- YAADT (Aggregation Docs Typo).Russell Keith-Magee
2009-01-15Fixed #10039 -- More typos in aggregation docs. Seriously, people, now you're...Russell Keith-Magee
2009-01-15Fixed #10035 -- Corrected more typos in the aggregation docs. Thanks to Ivan ...Russell Keith-Magee
2009-01-15Corrected another typo in aggregation docs. Thanks to Ivan Sagalaev for the r...Russell Keith-Magee
2009-01-15Fixed #6767: changed the way the Oracle backend fetches numbers to prevent de...Ian Kelly
2009-01-15Forgot to actually enable the extent aggregate for Oracle.Justin Bronn
2009-01-15Fixed incomplete merge of geographic aggregates; added support for `Extent` a...Justin Bronn
2009-01-15Fixed #10033: In the Oracle backend, restored code lost in the aggregation me...Karen Tracey
2009-01-15Corrected typo in aggregation docs. Thanks to Ivan Sagalaev for the report.Russell Keith-Magee
2009-01-15Removed an redundant import from the Oracle backend. Thanks to Ramiro Morales...Russell Keith-Magee
2009-01-15Corrected a copy-and-paste typo in a heading of the aggregation docs. Thanks ...Russell Keith-Magee
2009-01-15Corrected some ReST problems with the aggregation docs. Thanks to James Benne...Russell Keith-Magee
2009-01-15Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...Russell Keith-Magee
2009-01-15Updated name as per author's request.Gary Wilson Jr
2009-01-14Fixed #6470: made the admin use a URL resolver.Jacob Kaplan-Moss
2009-01-13Fixed #9278, #9694 -- Geographic overlays now display in admin with right to ...Justin Bronn
2009-01-12Fixed #9346: fixed comment upgrade SQL in documentation. Thanks, mt.Jacob Kaplan-Moss