| Age | Commit message (Expand) | Author |
| 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-12 | Fixed #8131: use reverse() in auth views. Patch from davenaff. | 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 #8226 -- Fixed a Python 2.3 incompatibility in a unicode string substit... | Gary Wilson Jr |
| 2008-08-11 | Fixed #8225 -- Right align radio fields in RTL mode, thanks remohammadi. | Gary Wilson Jr |
| 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 | gis: Fixed #8207; now shield 2.4 test runners from attempting to import ctypes. | Justin Bronn |
| 2008-08-10 | Fixed #8205 -- Corrected a misspelling in the API introduced in [8265] and [8... | Russell Keith-Magee |
| 2008-08-10 | Fixed #8202 -- Moved user_change_password to UserAdmin. This enables seamless... | Brian Rosner |
| 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 | Fixed #7250 -- Don't show internal data of a FileField in the admin when the ... | Brian Rosner |
| 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 | Fixed #5801: admin requests with GET args now get properly bounced through lo... | Jacob Kaplan-Moss |
| 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-08 | Removed an extraneous } that regressed from an older patch for [8247]. | Brian Rosner |
| 2008-08-08 | Fixed #8169 -- Honor attrs from subclasses of the new admin widgets introduce... | Brian Rosner |
| 2008-08-08 | Fixed #7115: tweaked ordering on Permission to more closely match the pre-QSR... | Jacob Kaplan-Moss |
| 2008-08-08 | Fixed #8107 -- Fixed a missing forced_unicode() call in admin. Patch from | Malcolm Tredinnick |
| 2008-08-08 | File storage refactoring, adding far more flexibility to Django's file handli... | Jacob Kaplan-Moss |
| 2008-08-08 | Fixed #8069 -- Corrected the inconsistent case with BaseInlineFormset. It has... | Brian Rosner |
| 2008-08-08 | Fixed #8163 -- Restore oldforms admin styling on input fields. Also cleaned u... | Brian Rosner |
| 2008-08-08 | Added a few force_unicode() calls around objects in the admin. Required for | Malcolm Tredinnick |
| 2008-08-08 | Fixed #8020 -- Fixed paginator initialisation in sitemaps framework. Thanks, | Malcolm Tredinnick |
| 2008-08-08 | Fixed #7575 -- Peru now has regions, not departments (changed at some pointi n | Malcolm Tredinnick |
| 2008-08-07 | Added a 'name' attribute to the 'Save' button on admin change form | Luke Plant |
| 2008-08-07 | gis: Fixed #8141; moved Python 2.3 incompatibilities out of the reach of the ... | Justin Bronn |
| 2008-08-06 | gis: The `verbose_name` positional keyword now works for `GeometryField`, tha... | Justin Bronn |
| 2008-08-06 | Major refactoring of django.dispatch with an eye towards speed. The net resul... | Jacob Kaplan-Moss |
| 2008-08-05 | Do [8221] in a slightly more clean way. | Jacob Kaplan-Moss |
| 2008-08-05 | Fixed #8128: correctly handle feeds that incorrectly don't provide pubdates. ... | Jacob Kaplan-Moss |
| 2008-08-05 | Merged the gis branch into trunk. | Justin Bronn |
| 2008-08-05 | Fixed #6213: flatpage view now correctly redirects if settings.APPEND_SLASH. ... | Jacob Kaplan-Moss |
| 2008-08-05 | Fixed #7016: use correct time zones for Atom feeds. Thanks, Chris Cahoon. | Jacob Kaplan-Moss |
| 2008-08-05 | Cleaned up whitespace | Luke Plant |
| 2008-08-04 | Fixed #8901 -- Corrected typo in docstring. Thanks to Hayley Bonham <djangoco... | Russell Keith-Magee |
| 2008-08-02 | Removed some unused and duplicated imports. | Gary Wilson Jr |
| 2008-08-02 | Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl... | Gary Wilson Jr |
| 2008-08-02 | Fixed #8078 -- Fixed a Python 2.3 incompatibility in `contrib/admin/options.p... | Gary Wilson Jr |