| Age | Commit message (Expand) | Author |
| 2008-05-30 | Fixed a messy test case (regressiontests/templates/loaders) that could cause ... | Jacob Kaplan-Moss |
| 2008-05-29 | Fixed #6430 -- Corrected the loading of templates from eggs, which was broken... | Russell Keith-Magee |
| 2008-05-29 | Updated an entry in the AUTHORS file at the request of the individual in ques... | Russell Keith-Magee |
| 2008-05-29 | Fixed #6950 -- Modified initialization of template loaders to use a temporary... | Russell Keith-Magee |
| 2008-05-29 | Fixed #7173 -- Corrected the caching of objects in reverse OneToOne relations... | Russell Keith-Magee |
| 2008-05-29 | Fixed #7191 -- Removed leading slashes in description of the patterns that a ... | Russell Keith-Magee |
| 2008-05-29 | Fixed #7260 -- Corrected the description of the exception returned by get() w... | Russell Keith-Magee |
| 2008-05-29 | Fixed #7286 -- Added functools wrapping to the transaction decorators. Thanks... | Russell Keith-Magee |
| 2008-05-29 | Fixed #7301 -- Corrected minor typo in docstring. Thanks, micahcowan. | Russell Keith-Magee |
| 2008-05-29 | Fixed #7306 -- Added missing import. Thanks, SmileyChris. | Russell Keith-Magee |
| 2008-05-28 | Big glaring warning in docs/flatpages.txt to remind people how response middl... | James Bennett |
| 2008-05-26 | See r7553. Forgot to commit compiled translations. | Ludvig Ericson |
| 2008-05-26 | Updated Swedish translation. | Ludvig Ericson |
| 2008-05-26 | Refs #7305 Updated Spanish translation. | Marc Fargas |
| 2008-05-26 | Refs #7305, [7550] I meant, compile-messages.py -l ca . | Marc Fargas |
| 2008-05-26 | Ran make-messages.py -l ca, as somebody forgot on [7549] | Marc Fargas |
| 2008-05-26 | * Closed an unclosed quote in Spanish translations. | Ludvig Ericson |
| 2008-05-24 | Fixed #7300 -- Corrected description of YAML in the serialization docs. Thank... | Russell Keith-Magee |
| 2008-05-22 | Reverted mistaken r7545 | Luke Plant |
| 2008-05-22 | Fixed documentation of 'description' option of Admin.fields to reflect actual... | Luke Plant |
| 2008-05-18 | Added lots of local names, added a few missing translations, fixed | Nicola Larosa |
| 2008-05-17 | Fixed title underline length | Luke Plant |
| 2008-05-16 | Added DEBUG_PROPAGATE_EXCEPTIONS setting that helps testing under e.g. twill | Luke Plant |
| 2008-05-16 | Simplified control flow for change made in r7535 | Luke Plant |
| 2008-05-15 | Fixed bug in staff_member_required decorator for the case where users share a... | Luke Plant |
| 2008-05-14 | Updated catalan translation (1 add, 2 typos, a few wraps). | Marc Fargas |
| 2008-05-13 | Fixed #7212 -- Added `alters_data` attribute to `Model.save_base` method, tha... | Gary Wilson Jr |
| 2008-05-10 | Removed mark_safe from the saved request path on the admin login form. This p... | Russell Keith-Magee |
| 2008-05-08 | Added a bunch of missing svn:ignore properties for .pyc files. Thanks, guido@... | Adrian Holovaty |
| 2008-05-05 | Cleaned up some comments in the Oracle backend. Fixes #7139. Thanks, adamv. | Ian Kelly |
| 2008-04-30 | Added 'Setting headers' and 'Telling the browser to treat the response as a f... | Adrian Holovaty |
| 2008-04-29 | Fixed an Oracle error on double negations in where conditions. Fixed #7111 | Ian Kelly |
| 2008-04-29 | Undo [7474]. I didn't think it through nearly carefully enough. | Malcolm Tredinnick |
| 2008-04-28 | Changed Query.get_columns() to quote the 'AS' column names in an extra_select... | Adrian Holovaty |
| 2008-04-28 | Renamed a field in the queries test schema that was preventing the tests from... | Ian Kelly |
| 2008-04-28 | Added the ability to pickle and unpickle QuerySets and Query classes. | Malcolm Tredinnick |
| 2008-04-28 | ValuesQuerySets (and subclasses) were inadvertently not caching their results. | Malcolm Tredinnick |
| 2008-04-28 | Made some types of nested update queries very slightly more efficient at the | Malcolm Tredinnick |
| 2008-04-28 | Added a test to demonstrate the remaining problem in #7095. | Malcolm Tredinnick |
| 2008-04-28 | Allow Query objects to be values in query filters. This already existed for | Malcolm Tredinnick |
| 2008-04-28 | Fixed #7096 -- The simplifications in [7461] weren't complete. They broke | Malcolm Tredinnick |
| 2008-04-28 | Fixed #3002 -- Fixed a problem with ordering by related models in the admin | Malcolm Tredinnick |
| 2008-04-28 | Fixed #7098 -- Old-style related-model order_by() syntax was being incorrectly | Malcolm Tredinnick |
| 2008-04-28 | Edited some docs/db-api.txt changes | Adrian Holovaty |
| 2008-04-28 | Migrated _setup_query() docstring to America | Adrian Holovaty |
| 2008-04-28 | Fixed a bug with the new QuerySet update() method where it wasn't committing ... | Adrian Holovaty |
| 2008-04-28 | Fixed #7097 -- dates() queries now work as expected with select_related() -- ... | Adrian Holovaty |
| 2008-04-28 | Added some tests to modeltests/many_to_one that demonstrate a post-queryset-r... | Adrian Holovaty |
| 2008-04-27 | Made a bunch of spelling corrections. | Malcolm Tredinnick |
| 2008-04-27 | When retrieving a field by name, handle a missed case when the cache cannot be | Malcolm Tredinnick |