| Age | Commit message (Expand) | Author |
| 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 | Fixed #8224 -- Corrected link in files documentation. | Gary Wilson Jr |
| 2008-08-11 | Purged the mysql_old backend directory. | Russell Keith-Magee |
| 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 | Fixed #8211 -- Corrected a misspelt word in docs/add_ons.txt. Thanks Piotr Le... | Brian Rosner |
| 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 | Fix typo in docs/files.txt | James Bennett |
| 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 #8201 -- Corrected typo in files docs. Thanks Julien. | Russell Keith-Magee |
| 2008-08-10 | Fixed #7932 -- Made it easier to use a custom User model with the admin. Adde... | Brian Rosner |
| 2008-08-10 | Fixed #4667 -- Added support for inline generic relations in the admin. Thank... | Brian Rosner |
| 2008-08-10 | Added a return value to the add() method for caches. It's now possible to tell | Malcolm Tredinnick |
| 2008-08-10 | Fixed #7250 -- Don't show internal data of a FileField in the admin when the ... | Brian Rosner |
| 2008-08-09 | Fixed #7921: for sqlite3 2.4.1 or later, adapt str objects to unicode, thus p... | Jacob Kaplan-Moss |
| 2008-08-09 | Added a missing import in AdminSite.check_dependancies. | Brian Rosner |
| 2008-08-09 | Moved ModelAdmin.check_dependancies to AdminSite. Make debugging problems why... | Brian Rosner |
| 2008-08-09 | Fixed #5780 -- Adjusted the ModelAdmin API to allow the created/updated objects | Brian Rosner |
| 2008-08-09 | Made NoReverseMatch exceptions more helpful. Thanks, mrts | Luke Plant |
| 2008-08-09 | Fixed #5801: admin requests with GET args now get properly bounced through lo... | Jacob Kaplan-Moss |
| 2008-08-09 | Fixed #8176 -- Updated Japanese translation from Takashi Matsuo. | Malcolm Tredinnick |
| 2008-08-09 | Removed a translator name from a PO file (they all go in AUTHORS). | Malcolm Tredinnick |
| 2008-08-09 | Updated the tests. | Malcolm Tredinnick |
| 2008-08-09 | Added the ability to force an SQL insert (or force an update) via a model's | Malcolm Tredinnick |
| 2008-08-09 | Added ModelAdmin.save_model() and ModelAdmin.save_formset() methods to allow ... | Jacob Kaplan-Moss |
| 2008-08-09 | Broke the admin's use of LogEntry and user messages out into callbacks on Mod... | Jacob Kaplan-Moss |
| 2008-08-09 | Fixed #7811: moved admindocs templates into admindocs/templates. This is slig... | Jacob Kaplan-Moss |
| 2008-08-09 | No, really: PermWrapper is not iterable. Fixes #8182. | Jacob Kaplan-Moss |
| 2008-08-09 | Fixed a couple imports in django.core.files.storage. Fixes #8188. | Jacob Kaplan-Moss |
| 2008-08-09 | Fixed silly whitespace error in cache docs. | Jacob Kaplan-Moss |
| 2008-08-09 | Split CacheMiddleware up into two parts -- an update-cache and a fetch-from-c... | Jacob Kaplan-Moss |
| 2008-08-09 | Fixed #8121 -- Don't override the Content-Language HTTP header in the locale | Malcolm Tredinnick |
| 2008-08-09 | Updated LICENSE file to acknowledge individual copyrights as well (after | Malcolm Tredinnick |
| 2008-08-09 | Fixed #8187: made PIL imports consistant. Thanks, bastih. | Jacob Kaplan-Moss |
| 2008-08-09 | Fixed a typo in files documentation. Fixes #8180. | Jacob Kaplan-Moss |
| 2008-08-08 | Use a FileField instead of an ImageField in the admin_widgets test so that fo... | Jacob Kaplan-Moss |
| 2008-08-08 | Fixed #7820: MiddlewareNotUsed is finally documented somewhere else besides m... | Jacob Kaplan-Moss |