| Age | Commit message (Expand) | Author |
| 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 |
| 2008-04-27 | Merged the queryset-refactor branch into trunk. | Malcolm Tredinnick |
| 2008-04-27 | Fixed #7093 -- Fixed a typo in the Russian translation. Thanks, Anossov. | Malcolm Tredinnick |
| 2008-04-26 | Fixed #7030 -- Handle extraction of UTF-8 messages from Javascript files. | Malcolm Tredinnick |
| 2008-04-26 | Fixed #7086 -- Updated the Romanian translation. Thanks, Mihai Damian. | Malcolm Tredinnick |
| 2008-04-26 | Fixed #7031 -- Added some missing plural forms to the French translation. | Malcolm Tredinnick |
| 2008-04-25 | Fixed #6917 -- Catalan translation clean up | Marc Garcia |
| 2008-04-18 | hr - croatian language - updated translation | Aljosa Mohorovic |
| 2008-04-15 | Fixed #7012 -- Added a missing file for CSS backgrounds with right-to-left | Malcolm Tredinnick |
| 2008-04-15 | Fixed #6387 -- Updated markdown filter to handle markdown-1.7 as well as | Malcolm Tredinnick |
| 2008-04-15 | Fixed #7017 -- Minor typo fix in a comment. Thanks FranRuiz. | Malcolm Tredinnick |
| 2008-04-14 | Fixed #7013: Polish translation update from Piotr Lewandowski. | Jarek Zgoda |
| 2008-04-13 | Fixed #7013: Polish translation updated. Thank you, Piotr Lewandowski. | Jarek Zgoda |
| 2008-04-13 | Fixed #6433 -- Handle some varied PostgreSQL version strings (beta versions and | Malcolm Tredinnick |
| 2008-04-13 | Updated the inline help text for User.is_active. | Malcolm Tredinnick |
| 2008-04-13 | Fixed #7001 -- Updated the Simplified Chinese translation. Thanks, Liang Feng. | Malcolm Tredinnick |
| 2008-04-10 | Fixed #5985: Changed the lookups in the Oracle backend to use LIKEC instead o... | Ian Kelly |
| 2008-04-10 | Fixed #6982; added an import statement to example in docs/modelforms.txt for ... | James Bennett |
| 2008-04-10 | Fixed #6998 -- Corrected typo in Tutorial 4. Thanks, Peter Upfold. | Russell Keith-Magee |
| 2008-04-08 | Another typo in docs/newforms.txt | James Bennett |
| 2008-04-08 | Fix a minor typo in docs/newforms.txt | James Bennett |
| 2008-04-05 | Fixed #6942 -- A few small updates to the Simplified Chinese translation. | Malcolm Tredinnick |
| 2008-04-05 | Fixed #6936 -- Updated Bulgarian translation. Thanks, Jordan Dimov and Vladis... | Malcolm Tredinnick |
| 2008-04-05 | Fixed #6910 -- Updated Brazilian Portugese translation from Guilherme M. Gondim | Malcolm Tredinnick |
| 2008-04-04 | Fixed #6917 (patch 1 of 3) -- Fixing typos in catalan translation | Marc Garcia |
| 2008-03-30 | Fixed #6927: Corrected documentation describing when and why the auth applica... | James Bennett |
| 2008-03-30 | Remove an extraneous comma that I left behind in [7386], and clean up the wor... | James Bennett |