Changes between Initial Version and Version 1 of Ticket #21142, comment 2


Ignore:
Timestamp:
Oct 13, 2013, 1:25:46 PM (11 years ago)
Author:
OBu

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21142, comment 2

    initial v1  
    33
    440001_initial.py starts with
     5{{{
    56class Migration(migrations.Migration):
    67
    78    dependencies = [(u'auth', '0001_initial'), (u'my_app_name', '__first__')]
     9}}}
    810
Back to Top