Changes between Version 12 and Version 13 of BackwardsIncompatibleChanges
- Timestamp:
- Oct 18, 2005, 7:47:01 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v12 v13 123 123 * The admin no longer requires its own settings file. The "main" site and admin site can run on the same Django installation. 124 124 * All the admin code moved to {{{django/contrib/admin}}}. 125 * If you're using the admin, you need to add {{{"django.contrib.admin"}}} to your {{{INSTALLED_APPS}}}.125 * The admin requires {{{"django.contrib.admin"}}} in {{{INSTALLED_APPS}}}, and it requires the {{{app_directories}}} [http://www.djangoproject.com/documentation/templates_python/#loader-types template loader]. 126 126 * The admin database table isn't installed unless you explicitly have the admin installed ({{{django-admin.py install admin}}}). 127 127 * Renamed the admin log database table to give it a {{{"django"}}} prefix.