| Age | Commit message (Expand) | Author |
| 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 |
| 2009-01-06 | Refs #9935: Added a note in the documentation to the effect that Django curre... | Ian Kelly |
| 2009-01-06 | Fixed #9963 - Added a trivial tests.py file to the files produced by "startapp". | Malcolm Tredinnick |
| 2009-01-06 | Upgraded included simplejson to 2.0.7. | Malcolm Tredinnick |
| 2009-01-06 | Documented that case-insensitive matching is not supported for non-ASCII | Malcolm Tredinnick |
| 2009-01-06 | Fixed #9862 -- For better SQL portability, don't specify "NULL" on nullable | Malcolm Tredinnick |
| 2009-01-05 | Updated `GeoWhere` to be compatible with changes in r9700. | Justin Bronn |
| 2009-01-05 | Nested query support. | Malcolm Tredinnick |
| 2009-01-05 | Reconciling where- and having-clause behaviour. | Malcolm Tredinnick |
| 2009-01-03 | Added a link to RKM's blog in the committers file. | Russell Keith-Magee |
| 2009-01-03 | Modified the entry for David Larlet in the AUTHORS file to be consistent with... | Russell Keith-Magee |
| 2009-01-03 | Fixed #9942 -- Added a to_python handler for FloatField to ensure correct typ... | Russell Keith-Magee |
| 2009-01-03 | Fixed `check_geom` and `check_srs` to accept larger sized pointer addresses a... | Justin Bronn |
| 2008-12-27 | Fixed #9637: Use 'block.super' in admin 'extrastyle' blocks to preserve chang... | Luke Plant |
| 2008-12-26 | Fixed #9664 -- `LayerMapping` now works with MySQL spatial backends. | Justin Bronn |
| 2008-12-26 | Fixed #9892 -- support additional binary packages for GEOS & GDAL libs on OSX... | Justin Bronn |
| 2008-12-25 | Added some documentation explaining (1) that it's possible to add users via t... | Adrian Holovaty |
| 2008-12-25 | Improved the auth admin site to raise Http404 with a helpful error message if... | Adrian Holovaty |
| 2008-12-25 | Added comment to UserAdmin.add_view() explaining why we disallow users withou... | Adrian Holovaty |
| 2008-12-23 | Fixed #8245 -- Added a LOADING flag to autodiscover to prevent an admin.py mo... | Gary Wilson Jr |
| 2008-12-23 | Fixed #9882 -- Added `alters_data = True` to `BaseModelForm.save` method, tha... | Gary Wilson Jr |
| 2008-12-23 | Fixed #9884 -- Corrected template example in model forms documentation, thank... | Gary Wilson Jr |
| 2008-12-23 | Fixed #9902 -- Corrected misspelling in form validation documentation, thanks... | Gary Wilson Jr |
| 2008-12-23 | Fixed #9896 -- Corrected a couple uses of `formset.forms`, thanks aglzen. | Gary Wilson Jr |
| 2008-12-23 | Fixed #9780 -- Fixed an undefined internal link in the model forms documentat... | Gary Wilson Jr |
| 2008-12-22 | Fixed #9904 -- Corrected name of storage method in files documentation. | Gary Wilson Jr |
| 2008-12-22 | Changed some ReST formatting of headers (in forms/validation.txt). | Malcolm Tredinnick |
| 2008-12-21 | Fixed #9865 -- Allow saving of new inline-edited objects with custom non-auto... | Karen Tracey |
| 2008-12-21 | Fixed #9898 -- Added a missing 'e' to 'one'. Thanks gizzywump. Also America... | Karen Tracey |
| 2008-12-17 | Fixed a typo in r9650. | Malcolm Tredinnick |
| 2008-12-16 | Follow-up to r9656 -- beef up the added test to exercise all (one can hope) p... | Karen Tracey |