summaryrefslogtreecommitdiff
path: root/django/conf
AgeCommit message (Expand)Author
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
2005-07-18Moved default admin from media to django/conf/admin_media, so Django is able ...Adrian Holovaty
2005-07-18Fixed #71 -- Changed default admin base_site template to use example.com inst...Adrian Holovaty
2005-07-16More installation streamlining/automation: Added adminapplist templatetag lib...Adrian Holovaty
2005-07-16More installation streamlining: Added default urlconfs, for both main and adm...Adrian Holovaty
2005-07-16Temporarily commented-out the link to 'forgotten your password?' on the defau...Adrian Holovaty
2005-07-16Added ADMIN_MEDIA_PREFIX setting instead of hard-coding /m/Adrian Holovaty
2005-07-16Changed [105] to match our code standardsJacob Kaplan-Moss
2005-07-16django.conf.settings now fails loudly if DJANGO_SETTINGS_MODULE is broken in ...Jacob Kaplan-Moss
2005-07-16Moved default admin templates from templates.admin to django.conf.admin_templ...Adrian Holovaty
2005-07-16'django-admin.py init' now creates a site in the sites table, and project_tem...Adrian Holovaty
2005-07-16Added ROOT_URLCONF and MIDDLEWARE_CLASSES to project_template.settings.adminAdrian Holovaty
2005-07-15Fixed small bug in auto-generated comment in project_template.settings.mainAdrian Holovaty
2005-07-15Added project_template.settings.adminAdrian Holovaty