| Age | Commit message (Expand) | Author |
| 2008-08-14 | Fixed #8206 -- Removed validate methods of Model and Model fields. They are a... | Gary Wilson Jr |
| 2008-08-14 | Fixed #8310 -- Actually use the SystemRandom RNG, if available, which fixes an | Malcolm Tredinnick |
| 2008-08-14 | Fixed #8276 -- Changed the names of a few Polish localflavor classes to match | Malcolm Tredinnick |
| 2008-08-14 | Fixed #6984 -- Make sure to load session data from the file (if necessary) | Malcolm Tredinnick |
| 2008-08-14 | Fixed #6941 -- When logging a user out, or when logging in with an existing | Malcolm Tredinnick |
| 2008-08-14 | Implemented a flush() method on sessions that cleans out the session and | Malcolm Tredinnick |
| 2008-08-14 | Added a clear() method to sessions. Patch from mrts. Refs #7515. | Malcolm Tredinnick |
| 2008-08-14 | Added guaranteed atomic creation of new session objects. Slightly backwards | Malcolm Tredinnick |
| 2008-08-13 | Fixed #8289 -- Updated Irish translation from Michael Thornhill. | Malcolm Tredinnick |
| 2008-08-13 | Fixed #8064 -- Updated a few messages in the Javascript translation for | Malcolm Tredinnick |
| 2008-08-13 | Fixed #8045 -- Small update to Russian translation. Thanks, dmor. | Malcolm Tredinnick |
| 2008-08-13 | Refs #8138 -- Added a stealth option to the loaddata command so that the use ... | Russell Keith-Magee |
| 2008-08-12 | Fixed #8131: use reverse() in auth views. Patch from davenaff. | Jacob Kaplan-Moss |
| 2008-08-12 | Fixed #8253: fixed xmlns regression for Atom feeds, and in the process added ... | Jacob Kaplan-Moss |
| 2008-08-12 | Fixed oracle-specific test DB creation code so the test suite will run again. | Matt Boersma |
| 2008-08-12 | Fixed #8260 -- Changed [8318] to also work with MySQLdb 1.2.1p2. | Malcolm Tredinnick |
| 2008-08-12 | Fixed a group of missing imports, aliases and parameter passings from the | Malcolm Tredinnick |
| 2008-08-12 | Fixed #8246 -- Corrected the handling of settings files. Thanks to AdamG and ... | Russell Keith-Magee |
| 2008-08-12 | Fixed #8134 -- Corrected serialization of m2m fields with intermediate models... | Russell Keith-Magee |
| 2008-08-12 | Changed "exact" matches in MySQL to use the database's native collation. | Malcolm Tredinnick |
| 2008-08-12 | Convert binary-matched VARCHAR fields to unicode objects in the MySQL backend. | Malcolm Tredinnick |
| 2008-08-12 | Do not use savepoints with PostgreSQL prior to 8.0. | Malcolm Tredinnick |
| 2008-08-12 | Fixes #8227. Thanks, marcob. | Nicola Larosa |
| 2008-08-12 | Added savepoint protection to get_or_create() to avoid problems on PostgreSQL. | Malcolm Tredinnick |
| 2008-08-12 | Added savepoint support to the transaction code. | Malcolm Tredinnick |
| 2008-08-11 | Added a number of callbacks to SyndicationFeed for adding custom attributes a... | Jacob Kaplan-Moss |
| 2008-08-11 | Added a couple of extra syndication tests, and generally sanitized the existi... | Jacob Kaplan-Moss |
| 2008-08-11 | Fixed the `gis` test suite, finished conversions missed in r8296. Thanks, ro... | Justin Bronn |
| 2008-08-11 | Added back save_model that was removed from [8273] to allow for both pre- and... | Brian Rosner |
| 2008-08-11 | Fixed #4948, a race condition in file saving. Thanks to Martin von Löwis, wh... | Jacob Kaplan-Moss |
| 2008-08-11 | Fixed stupid syntax error in [8303]. | Jacob Kaplan-Moss |
| 2008-08-11 | Fixed #8228: fixed a Python 2.3 compatibility from [8296]. | Jacob Kaplan-Moss |
| 2008-08-11 | Fixed #8226 -- Fixed a Python 2.3 incompatibility in a unicode string substit... | Gary Wilson Jr |
| 2008-08-11 | Removed some empty modules that are no longer required after [8296]. | Russell Keith-Magee |
| 2008-08-11 | Fixed #8225 -- Right align radio fields in RTL mode, thanks remohammadi. | Gary Wilson Jr |
| 2008-08-11 | Corrected a problem with the error message when the nominated database backen... | Russell Keith-Magee |
| 2008-08-11 | Fixed #5461 -- Refactored the database backend code to use classes for the cr... | Russell Keith-Magee |
| 2008-08-11 | Refs #7742 -- Removed oldforms bits from `contrib.gis` app. | Gary Wilson Jr |
| 2008-08-11 | Refs #7742 -- Changed the `django.contrib.admin.views.template.template_valid... | Gary Wilson Jr |
| 2008-08-11 | Refs #7742 -- Removed unused `validator_list` argument (this is already being... | Gary Wilson Jr |
| 2008-08-11 | Refs #7742 -- newforms-admin does not use oldforms `validator_list` argument,... | Gary Wilson Jr |
| 2008-08-10 | Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features: | Gary Wilson Jr |
| 2008-08-10 | gis: Fixed #8207; now shield 2.4 test runners from attempting to import ctypes. | Justin Bronn |
| 2008-08-10 | it translation: updated, formal tone lessened, djangojs included | Nicola Larosa |
| 2008-08-10 | * Updated Swedish JS translations. | Ludvig Ericson |
| 2008-08-10 | Fixed #8205 -- Corrected a misspelling in the API introduced in [8265] and [8... | Russell Keith-Magee |
| 2008-08-10 | Fixed #8041 -- Modified media rendering to return safe strings. Thanks to Dan... | Russell Keith-Magee |
| 2008-08-10 | Fixed #8202 -- Moved user_change_password to UserAdmin. This enables seamless... | Brian Rosner |
| 2008-08-10 | Fixed #5943 -- Modified django-admin to behave like manage.py if settings are... | Russell Keith-Magee |
| 2008-08-10 | Fixed #7932 -- Made it easier to use a custom User model with the admin. Adde... | Brian Rosner |