summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-01-12Fixed #9959: fixed comment documentation example showing how to get a preview.Jacob Kaplan-Moss
2009-01-12A few small fixes to django.contrib.comments (Comment.get_as_text for non-aut...Jacob Kaplan-Moss
2009-01-11Fixed a long line, a typo, and a few misspellings from [9727].Gary Wilson Jr
2009-01-10In urlconfs, include() may now be used on an iterable of patterns instead of ...Jacob Kaplan-Moss
2009-01-10Fixed #6791: added a write-through cache session backend: session data is wri...Jacob Kaplan-Moss
2009-01-09Revised r9566 slightly to be backwards compatible with versions 1.0 - 1.0.2.Malcolm Tredinnick
2009-01-09Updated Polish translation: fixed typo and one missing translationJarek Zgoda
2009-01-08Fixed #9569 -- Small correction to Simplified Chinese translation.Malcolm Tredinnick
2009-01-08Fixed #9636 -- Updated simplified Chinese translation.Malcolm Tredinnick
2009-01-08Fixed #9888 -- Updated Japanese translation from Takashi Matsuo.Malcolm Tredinnick
2009-01-08Fixed #9985 -- qs.values_list(...).values(...) was constructing incorrect SQL.Malcolm Tredinnick
2009-01-08Using querysets as an rvalue in filter() calls was causing an unnecessaryMalcolm Tredinnick
2009-01-08Remove any ordering from a nested select query (in the where-clause).Malcolm Tredinnick
2009-01-08Fixed #9972: The dbshell command was ignoring the DATABASE_HOST and DATABASE_...Ian Kelly
2009-01-07Return None for null date/time fields in OGR-supported data sources. Thanks ...Justin Bronn