Changes between Version 19 and Version 20 of BackwardsIncompatibleChanges
- Timestamp:
- Oct 19, 2005, 12:19:07 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v19 v20 182 182 * Delete {{{myproject/settings/urls/admin.py}}} (unless you had custom things in it, of course). 183 183 * Move {{{myproject/settings/main.py}}} to {{{myproject/settings.py}}}. 184 * Edit {{{myproject/settings.py}}} to change {{{ROOT_URLCONF}} from {{{"myproject.settings.urls.main"}}} to {{{"myproject.urls"}}}.184 * Edit {{{myproject/settings.py}}} to change {{{ROOT_URLCONF}}} from {{{"myproject.settings.urls.main"}}} to {{{"myproject.urls"}}}.