django1/django/conf
Jacob Kaplan-Moss 808b3f4b91 Fixed #106 - "Add another" now correctly works in IE - thanks, Paolo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@716 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-29 13:02:34 +00:00
..
admin_media Fixed #106 - "Add another" now correctly works in IE - thanks, Paolo 2005-09-29 13:02:34 +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 Moved JING from django.core.validators into settings where it belongs. Fixes #568. 2005-09-27 16:34:10 +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