| Age | Commit message (Expand) | Author |
| 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 | 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 | 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-08 | Changed the version number to not include a space. | Malcolm Tredinnick |
| 2008-08-08 | Bumped version number prior to release. | Malcolm Tredinnick |
| 2008-08-08 | Don't import PIL until needed so that systems without PIL don't barf. | 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 #6523 -- Use the correct cast on field types for PostgreSQL when | Malcolm Tredinnick |
| 2008-08-08 | Fixed #8163 -- Restore oldforms admin styling on input fields. Also cleaned u... | Brian Rosner |
| 2008-08-08 | Fixed #8100: Jython, apparently, is now a TTY. | Jacob Kaplan-Moss |
| 2008-08-08 | Fixed #8142 -- Removed an unnecessary parameter in a superclass init call. | Malcolm Tredinnick |
| 2008-08-08 | Added a few force_unicode() calls around objects in the admin. Required for | Malcolm Tredinnick |
| 2008-08-08 | Made auto-reloading for the dev server a little more friendly in the Jython | Malcolm Tredinnick |
| 2008-08-08 | Fixed #5463 -- Allow alternate file extensions on files that are translated. | 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-08 | Fixed #8111 -- Error message typo fix. Thanks mzgur. | Malcolm Tredinnick |
| 2008-08-08 | Fixed #8120, #7997 -- Cleaned up the help messages displayed by django-admin ... | Russell Keith-Magee |
| 2008-08-08 | Fixed #5825 -- Modified the custom command loader to allow for explicit speci... | Russell Keith-Magee |
| 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 #7683: Try not to delete uploaded files before moving them, and don't w... | Jacob Kaplan-Moss |
| 2008-08-05 | Fixed #7016: use correct time zones for Atom feeds. Thanks, Chris Cahoon. | Jacob Kaplan-Moss |