1
0
mirror of https://github.com/django/django.git synced 2025-01-07 17:06:04 +00:00
django/django/conf
2005-08-18 22:27:27 +00:00
..
admin_media Modified admin styles to make headers and buttons readable with images off. 2005-08-18 22:27:27 +00:00
admin_templates Removed <meta http-equiv='content-type'...> from admin base template, because Django sends out correct content-type HTTP header as of [340] 2005-08-12 03:59:38 +00:00
app_template
project_template Fixed #340 -- Default admin settings (in django-admin startproject) now include cache middleware. Thanks, Bless 2005-08-17 14:27:30 +00:00
urls Fixed #81 -- Admin now supports primary_key=True for non-integer fields. Note that you'll have to make a change to your database if you're using a previous Django installation and want to use non-integer primary key fields. See the BackwardsIncompatibleChanges wiki page for info. 2005-08-10 19:32:38 +00:00
__init__.py
global_settings.py Added SessionMiddleware to MIDDLEWARE_CLASSES in global_settings, so it's available by default. 2005-08-16 23:02:06 +00:00
settings.py