Changes between Version 15 and Version 16 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Oct 18, 2005, 8:27:09 PM (19 years ago)
Author:
Adrian Holovaty
Comment:

Added note about deleting pyc and pyo files in templatetags

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v15 v16  
    156156
    157157 * Remove your admin settings file (probably called {{{settings/admin.py}}}) and admin URLconf (probably called {{{settings/urls/admin.py}}}).
     158 * Delete {{{django/templatetags/*.pyc}}} and {{{django/templatetags/*.pyo}}}, just to be safe.
    158159 * Edit your main URLconf (probably called {{{settings/urls/main.py}}}) and add this line:
    159160
Back to Top