Changes between Version 19 and Version 20 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Oct 19, 2005, 12:19:07 PM (19 years ago)
Author:
liquidx
Comment:

fix small wiki syntax error

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v19 v20  
    182182 * Delete {{{myproject/settings/urls/admin.py}}} (unless you had custom things in it, of course).
    183183 * 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"}}}.
Back to Top