| Age | Commit message (Expand) | Author |
| 2009-01-23 | Fixed #10103: Testcase fix for Jython compatibility. Thanks for report and p... | Karen Tracey |
| 2009-01-20 | Fixed #10064 -- Corrected handling of aggregate queries that also use select_... | Russell Keith-Magee |
| 2009-01-19 | Fixed #9275: Extended the Oracle date format to allow DATE columns to be used... | Ian Kelly |
| 2009-01-19 | Fixed #10069 -- Fixed the model form unique validation code to not proceed wi... | Karen Tracey |
| 2009-01-19 | Fixed #9789 -- Handle jython's compiled settings filename correctly. | Malcolm Tredinnick |
| 2009-01-18 | Corrected code in serializers_regress testcase so that, in the case where an ... | Karen Tracey |
| 2009-01-17 | Fixed #8055: Replaced use of traceback.format_exc (new in Python 2.4) with so... | Karen Tracey |
| 2009-01-17 | Added code to make TestSuites iterable when running on Python 2.3. (r9756 ad... | Karen Tracey |
| 2009-01-16 | Fixed #5543: callproc() and friends now work with Oracle and our FormatStyleP... | Matt Boersma |
| 2009-01-16 | Fixed #10044: You can now assign directly to file fields (`instance.filefield... | Jacob Kaplan-Moss |
| 2009-01-16 | Fixed #10041: use a tempdir for files in the forms test. Thanks, Marty Alchin. | Jacob Kaplan-Moss |
| 2009-01-16 | Changed "date" column to "start_date"--Oracle won't name columns with reserve... | Matt Boersma |
| 2009-01-16 | Fixed geographic admin to be compatible with `ModelAdmin.formfield_for_dbfiel... | Justin Bronn |
| 2009-01-16 | Fixed #6767: corrected a 2.3 compatibility issue in [9750]. Thanks to tlow. | Ian Kelly |
| 2009-01-16 | Cleaned up and refactored `ModelAdmin.formfield_for_dbfield`: | Jacob Kaplan-Moss |
| 2009-01-16 | Fixed #9997 -- Fixed use of ValuesQuerySets as rvalues in filters. | Malcolm Tredinnick |
| 2009-01-16 | Fixed #10014 -- Don't crash when using debug template tag inside a block node... | Malcolm Tredinnick |
| 2009-01-16 | Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab... | Karen Tracey |
| 2009-01-16 | Fixed #10042 -- YAADT (Aggregation Docs Typo). | Russell Keith-Magee |
| 2009-01-15 | Fixed #10039 -- More typos in aggregation docs. Seriously, people, now you're... | Russell Keith-Magee |
| 2009-01-15 | Fixed #10035 -- Corrected more typos in the aggregation docs. Thanks to Ivan ... | Russell Keith-Magee |
| 2009-01-15 | Corrected another typo in aggregation docs. Thanks to Ivan Sagalaev for the r... | Russell Keith-Magee |
| 2009-01-15 | Fixed #6767: changed the way the Oracle backend fetches numbers to prevent de... | Ian Kelly |
| 2009-01-15 | Forgot to actually enable the extent aggregate for Oracle. | Justin Bronn |
| 2009-01-15 | Fixed incomplete merge of geographic aggregates; added support for `Extent` a... | Justin Bronn |
| 2009-01-15 | Fixed #10033: In the Oracle backend, restored code lost in the aggregation me... | Karen Tracey |
| 2009-01-15 | Corrected typo in aggregation docs. Thanks to Ivan Sagalaev for the report. | Russell Keith-Magee |
| 2009-01-15 | Removed an redundant import from the Oracle backend. Thanks to Ramiro Morales... | Russell Keith-Magee |
| 2009-01-15 | Corrected a copy-and-paste typo in a heading of the aggregation docs. Thanks ... | Russell Keith-Magee |
| 2009-01-15 | Corrected some ReST problems with the aggregation docs. Thanks to James Benne... | Russell Keith-Magee |
| 2009-01-15 | Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio... | Russell Keith-Magee |
| 2009-01-15 | Updated name as per author's request. | Gary Wilson Jr |
| 2009-01-14 | Fixed #6470: made the admin use a URL resolver. | Jacob Kaplan-Moss |
| 2009-01-13 | Fixed #9278, #9694 -- Geographic overlays now display in admin with right to ... | Justin Bronn |
| 2009-01-12 | Fixed #9346: fixed comment upgrade SQL in documentation. Thanks, mt. | Jacob Kaplan-Moss |
| 2009-01-12 | Fixed #9959: fixed comment documentation example showing how to get a preview. | Jacob Kaplan-Moss |
| 2009-01-12 | A few small fixes to django.contrib.comments (Comment.get_as_text for non-aut... | Jacob Kaplan-Moss |
| 2009-01-11 | Fixed a long line, a typo, and a few misspellings from [9727]. | Gary Wilson Jr |
| 2009-01-10 | In urlconfs, include() may now be used on an iterable of patterns instead of ... | Jacob Kaplan-Moss |
| 2009-01-10 | Fixed #6791: added a write-through cache session backend: session data is wri... | Jacob Kaplan-Moss |
| 2009-01-09 | Revised r9566 slightly to be backwards compatible with versions 1.0 - 1.0.2. | Malcolm Tredinnick |
| 2009-01-09 | Updated Polish translation: fixed typo and one missing translation | Jarek Zgoda |
| 2009-01-08 | Fixed #9569 -- Small correction to Simplified Chinese translation. | Malcolm Tredinnick |
| 2009-01-08 | Fixed #9636 -- Updated simplified Chinese translation. | Malcolm Tredinnick |
| 2009-01-08 | Fixed #9888 -- Updated Japanese translation from Takashi Matsuo. | Malcolm Tredinnick |
| 2009-01-08 | Fixed #9985 -- qs.values_list(...).values(...) was constructing incorrect SQL. | Malcolm Tredinnick |
| 2009-01-08 | Using querysets as an rvalue in filter() calls was causing an unnecessary | Malcolm Tredinnick |
| 2009-01-08 | Remove any ordering from a nested select query (in the where-clause). | Malcolm Tredinnick |
| 2009-01-08 | Fixed #9972: The dbshell command was ignoring the DATABASE_HOST and DATABASE_... | Ian Kelly |
| 2009-01-07 | Return None for null date/time fields in OGR-supported data sources. Thanks ... | Justin Bronn |