Changes between Initial Version and Version 1 of Ticket #21142, comment 2
- Timestamp:
- Oct 13, 2013, 1:25:46 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21142, comment 2
initial v1 3 3 4 4 0001_initial.py starts with 5 {{{ 5 6 class Migration(migrations.Migration): 6 7 7 8 dependencies = [(u'auth', '0001_initial'), (u'my_app_name', '__first__')] 9 }}} 8 10