django1/django/conf
Wilson Miner 5f5db2c236 Added .hidden class to admin styles for future use.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@827 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-10 21:49:31 +00:00
..
admin_media Added .hidden class to admin styles for future use. 2005-10-10 21:49:31 +00:00
admin_templates Fixed #544 -- Added xmlns and lang attributes to <html> tag in admin_templates/base.html, so that the admin works when served as application/xhtml+xml. Thanks, Sune Kirkeby 2005-09-27 04:28:18 +00:00
app_template Changed 'django-admin startapp' so that it doesn't create the 'urls' directory. People have said they're a bit overwhelmed by the multiple url directories, and this one isn't necessary for basic Django usage. You can always make it yourself if you know what you're doing and want to decouple/distribute your apps. 2005-08-05 22:43:35 +00:00
project_template Fixed #458 -- Added /r/ to default admin urlconf 2005-09-04 18:20:57 +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 Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
global_settings.py Added CACHE_MIDDLEWARE_KEY_PREFIX to global_settings 2005-10-09 01:02:19 +00:00
settings.py Cleaned up code in django.conf.settings to move DJANGO_SETTINGS_MODULE into a variable, so other scripts can introspect it. Also made it display a better error message if DJANGO_SETTINGS_MODULE is set to the empty string 2005-07-20 06:05:32 +00:00