| Age | Commit message (Expand) | Author |
| 2005-10-10 | Added .hidden class to admin styles for future use. | Wilson Miner |
| 2005-10-09 | Added CACHE_MIDDLEWARE_KEY_PREFIX to global_settings | Adrian Holovaty |
| 2005-10-06 | Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_T... | Adrian Holovaty |
| 2005-10-05 | Added USE_FLAT_PAGES setting, which defaults to True. | Adrian Holovaty |
| 2005-10-04 | Changed default JING_PATH setting to be something that might actually be useful. | Jacob Kaplan-Moss |
| 2005-09-29 | Fixed #574 - small CSS issue in admin tables. Thanks, Hein-Pieter | Jacob Kaplan-Moss |
| 2005-09-29 | Fixed #106 - "Add another" now correctly works in IE - thanks, Paolo | Jacob Kaplan-Moss |
| 2005-09-27 | Moved JING from django.core.validators into settings where it belongs. Fixes... | Jacob Kaplan-Moss |
| 2005-09-27 | Added EMAIL_SUBJECT_PREFIX setting so you can customize the "[Django]" prefix | Jacob Kaplan-Moss |
| 2005-09-27 | Fixed #544 -- Added xmlns and lang attributes to <html> tag in admin_template... | Adrian Holovaty |
| 2005-09-25 | Fixed #550 -- Default admin template now checks user permissions, hiding apps... | Adrian Holovaty |
| 2005-09-23 | Fixed #333 -- Added DEFAULT_MIME_TYPE setting, and set it to 'text/html; char... | Adrian Holovaty |
| 2005-09-14 | Fixed #500 -- Created a TEMPLATE_FILE_EXTENSION setting that lets you overrid... | Adrian Holovaty |
| 2005-09-04 | Fixed #458 -- Added /r/ to default admin urlconf | Adrian Holovaty |
| 2005-08-18 | Modified admin styles to make headers and buttons readable with images off. | Wilson Miner |
| 2005-08-17 | Fixed #340 -- Default admin settings (in django-admin startproject) now inclu... | Adrian Holovaty |
| 2005-08-16 | Added SessionMiddleware to MIDDLEWARE_CLASSES in global_settings, so it's ava... | Adrian Holovaty |
| 2005-08-16 | Fixed #1 -- Added anonymous session support via middleware and request.sessio... | Adrian Holovaty |
| 2005-08-16 | Added raw_id_admin support to ManyToManyField objects; fixes #260 | Jacob Kaplan-Moss |
| 2005-08-16 | Changed 'django-admin startproject' to included MIDDLEWARE_CLASSES in setting... | Adrian Holovaty |
| 2005-08-12 | Removed <meta http-equiv='content-type'...> from admin base template, because... | Adrian Holovaty |
| 2005-08-10 | Fixed #81 -- Admin now supports primary_key=True for non-integer fields. Note... | Adrian Holovaty |
| 2005-08-10 | Updated PPK's URL in comments of admin_media/js/core.js | Adrian Holovaty |
| 2005-08-10 | Removed media.ljworld.com reference from admin_media/js/admin/DateTimeShortcu... | Adrian Holovaty |
| 2005-08-10 | Removed media.ljworld.com reference from admin_media/js/SelectFilter2.js. Ref... | Adrian Holovaty |
| 2005-08-10 | Removed unnecessary code from admin_media/js | Adrian Holovaty |
| 2005-08-10 | Removed admin_media/js/admin/add_calendars.js -- it wasn't being used | Adrian Holovaty |
| 2005-08-10 | Removed unnecessary code from admin_media/js/admin/add_calendars.js | Adrian Holovaty |
| 2005-08-05 | Changed 'django-admin startapp' so that it doesn't create the 'urls' director... | Adrian Holovaty |
| 2005-08-05 | Made small cleanups to two default urlconfs, to be clearer. | Adrian Holovaty |
| 2005-08-05 | Refactored the internals of URL parsing to use less code | Adrian Holovaty |
| 2005-08-02 | Added doc view for templates that will show the search path for a given templ... | Jacob Kaplan-Moss |
| 2005-08-02 | Made a bunch of fixes to auto-generated admin documentation: | Jacob Kaplan-Moss |
| 2005-08-02 | Fixed #105 -- collapsable fieldsets now work in both ways (thanks, Simon) | Jacob Kaplan-Moss |
| 2005-08-02 | Calendar next/prev popups now work in Safari (fixed #2) | Jacob Kaplan-Moss |
| 2005-08-01 | Changed SEND_BROKEN_LINK_EMAILS from True to False in global_settings -- it w... | Adrian Holovaty |
| 2005-07-29 | Fixed #223 -- Changed breadcrumbs in admin doc templates to use relative, not... | Adrian Holovaty |
| 2005-07-26 | Added breadcrumbs to password-reset and password-change admin templates | Adrian Holovaty |
| 2005-07-26 | Changed admin logged_out template NOT to hard-code /admin/ as the 'Home'. Ref... | Adrian Holovaty |
| 2005-07-22 | DateTimeShortcuts.js now calls the right dismiss function; thanks jhernandez | Jacob Kaplan-Moss |
| 2005-07-22 | Uncommented link to Change password now that it works | Wilson Miner |
| 2005-07-22 | Added password reset templates to admin_templates | Wilson Miner |
| 2005-07-22 | Fixed #147 -- Thanks, Robin Munn! | Adrian Holovaty |
| 2005-07-22 | Added sqlite3 database backend -- somewhat tested, but probably not 100% perf... | Jacob Kaplan-Moss |
| 2005-07-22 | Fixed #145 -- Changed admin logout to use views.auth.login.logout, which uses... | Adrian Holovaty |
| 2005-07-20 | Cleaned up code in django.conf.settings to move DJANGO_SETTINGS_MODULE into a... | Adrian Holovaty |
| 2005-07-20 | Fixed #95 -- Added SECRET_KEY setting instead of hard-coding keys that are sh... | Adrian Holovaty |
| 2005-07-19 | Fixed #59 -- Changed hard-coded references to password_change and logout in a... | Adrian Holovaty |
| 2005-07-19 | Fixed #88 -- settings are now forgiving of single-element INSTALLED_APPS and ... | Adrian Holovaty |
| 2005-07-19 | Fixed #83 -- Fixed spelling error in django.conf.settings. Nice catch, Manuzhai! | Adrian Holovaty |