Changes between Version 12 and Version 13 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Oct 18, 2005, 7:47:01 PM (19 years ago)
Author:
Adrian Holovaty
Comment:

More changes.

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v12 v13  
    123123 * The admin no longer requires its own settings file. The "main" site and admin site can run on the same Django installation.
    124124 * 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].
    126126 * The admin database table isn't installed unless you explicitly have the admin installed ({{{django-admin.py install admin}}}).
    127127 * Renamed the admin log database table to give it a {{{"django"}}} prefix.
Back to Top