| Age | Commit message (Expand) | Author |
| 2008-03-17 | Fixed #5883 -- Added __iter__ methods to the debug cursor and the postgresql ... | Malcolm Tredinnick |
| 2008-03-17 | Fixed #6492 -- Added bullet-proofing to isValidFloat validator. Thanks, Basti... | Malcolm Tredinnick |
| 2008-03-17 | Fixed #6764 -- Added some error checking around cookie decoding. Thanks, | Malcolm Tredinnick |
| 2008-03-17 | Fixed #6794 -- Updated French translation. Thanks Karderio. | Malcolm Tredinnick |
| 2008-03-16 | * Unified det här/den här/detta/denna to detta/denna. | Ludvig Ericson |
| 2008-03-16 | Update Swedish translation. Fixes #6694. | Ludvig Ericson |
| 2008-03-14 | Fixed #6455 -- Updated link to The Django Book in authentication docs, thanks... | Gary Wilson Jr |
| 2008-03-14 | Added a "new in development version" marker that I randomly realised I'd forg... | Malcolm Tredinnick |
| 2008-03-13 | Edited settings.txt and i18n.txt changes from [7185] | Adrian Holovaty |
| 2008-03-13 | Fixed a typo in docs/model-api.txt | Adrian Holovaty |
| 2008-03-13 | Fixed #3218 -- Implemented django.contrib.formtools.wizard. Thanks, Honza and... | Adrian Holovaty |
| 2008-03-12 | Fixed #6753 -- Corrected typo in authentication docs, thanks piem@piem.org an... | Gary Wilson Jr |
| 2008-03-12 | Fixed #5570: generic foreign keys no longer do multiple lookups on the conten... | Jacob Kaplan-Moss |
| 2008-03-11 | Fixed #6757 -- Corrected typo in newforms docs. Thanks, Atul Varma <varmaa@gm... | Russell Keith-Magee |
| 2008-03-11 | Another minor grammatical fix in docs/modelforms.txt | James Bennett |
| 2008-03-11 | Correct an example in docs/modelforms.txt, and fix some reST formatting | James Bennett |
| 2008-03-10 | Beefed up caching of ContentType lookups by adding ContentType.objects.get_fo... | Jacob Kaplan-Moss |
| 2008-03-10 | Fixed #6374: cross-app and circular FK constraints are now detected and added... | Jacob Kaplan-Moss |
| 2008-03-09 | Fixed #6742 -- Fixed numbering error in docs/flatpages.txt | Adrian Holovaty |
| 2008-03-09 | Fixed #6716 -- Fixed typo in docs/faq.txt. Thanks, AdamG | Adrian Holovaty |
| 2008-03-09 | Fixed #6740 -- Documented in docs/flatpage.txt that the flatpages app require... | Adrian Holovaty |
| 2008-03-08 | Fixed tests added in [7200] to not depend on unpredictable key order of dict,... | Gary Wilson Jr |
| 2008-03-08 | Removed unused import, corrected a typo, and made some styling fixes. | Gary Wilson Jr |
| 2008-03-08 | A few styling fixes. | Gary Wilson Jr |
| 2008-03-08 | Fixed #6657 -- Don't set secure attribute on cookie if `secure=False` is pass... | Gary Wilson Jr |
| 2008-03-08 | Fixed #6732 -- Added missing word "must" in `templates_python.txt` docs, than... | Gary Wilson Jr |
| 2008-03-08 | Fixed #6223 -- When determining if terminal supports color, don't call `isatt... | Gary Wilson Jr |
| 2008-03-08 | Fixed #5922 -- Turned `ModelBackend` authentication backend into a new-style ... | Gary Wilson Jr |
| 2008-03-08 | Fixed #5595 -- Made `ModPythonRequest.__repr__` return a string instead of a ... | Gary Wilson Jr |
| 2008-03-07 | Fixed #6420 -- Corrected the handling of the --traceback option in loaddata. ... | Russell Keith-Magee |
| 2008-03-07 | Fixed #6703 -- Updated German (de) translation from Michael Radziej. | Malcolm Tredinnick |
| 2008-03-06 | Added a note that cleaned_data is new in the development release. | Malcolm Tredinnick |
| 2008-03-06 | Fixed #6721 -- Fixed a typo in `templates_python.txt` documentation, thanks A... | Gary Wilson Jr |
| 2008-03-04 | Fixed #6711 -- updated Polish translation from m.gajda@paranoja.pl | Jarek Zgoda |
| 2008-03-02 | First tekNico commit, Italian translation updated | Nicola Larosa |
| 2008-02-29 | Polish translation update, thanks lukasz.czyzykowski@gmail.com | Jarek Zgoda |
| 2008-02-29 | Fixed #5811 -- Added an explicit conversion to unicode that was otherwise cau... | Malcolm Tredinnick |
| 2008-02-29 | Fixed #5603 -- Allow customization of the language cookie name. Thanks, moe. | Malcolm Tredinnick |
| 2008-02-29 | Fixed #5846 -- Bullet-proofed the default timezone encoding test. | Malcolm Tredinnick |
| 2008-02-29 | Updated a docstring on a couple of email functions to stop the complaints. | Malcolm Tredinnick |
| 2008-02-29 | Fixed #6673 -- Updated Dutch translation from jdetaeye. | Malcolm Tredinnick |
| 2008-02-29 | Fixed #6645 -- Updated Georgian translation from David Avsajanishvili. | Malcolm Tredinnick |
| 2008-02-28 | Fixed #4701 -- sys.exit() will no longer get swallowed by the http handler. S... | Jacob Kaplan-Moss |
| 2008-02-27 | Removed an unnecessary default argument in one __deepcopy__() method and fixed | Malcolm Tredinnick |
| 2008-02-26 | Re-enable substring lookups for IP address fields in Postgres using HOST() Th... | Jacob Kaplan-Moss |
| 2008-02-26 | Reverted [7151] since it breaks exact IP lookups on PostgreSQL. Reopens #708 | Jacob Kaplan-Moss |
| 2008-02-26 | Added documentation about the "app.Model" relation syntax introduced by [7185] | Jacob Kaplan-Moss |
| 2008-02-26 | Beefed up support for "lazy" related objects. Now, in addition to ForeignKey(... | Jacob Kaplan-Moss |
| 2008-02-26 | Fixed a missing __init__.py from [7153] | Jacob Kaplan-Moss |
| 2008-02-25 | Fixed #6661: fixed a bug with bash completion and python -i. Thanks, Soeren S... | Jacob Kaplan-Moss |