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