Changes between Version 140 and Version 141 of RemovingTheMagic


Ignore:
Timestamp:
May 4, 2006, 1:13:16 PM (19 years ago)
Author:
stuka@…
Comment:

Added more to the previous note.

Legend:

Unmodified
Added
Removed
Modified
  • RemovingTheMagic

    v140 v141  
    218218}}}
    219219
    220 '''User 'stuka@users.sourceforge.net' noted that when updating from 0.91, he needed to change 'model' to 'module' in the last 2 UPDATE statements.'''
     220'''User 'stuka@users.sourceforge.net' noted that when updating from 0.91, he needed to change the last 2 UPDATE statements to:'''
     221{{{
     222UPDATE django_content_type SET name='group' WHERE module='groups';
     223UPDATE django_content_type SET name='user' WHERE module='users';
     224}}}
    221225
    222226=== Database table-naming scheme has been changed ===
Back to Top