Changes between Initial Version and Version 1 of Ticket #25049
- Timestamp:
- Jul 2, 2015, 9:25:59 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25049
- Property Easy pickings unset
-
Ticket #25049 – Description
initial v1 4 4 5 5 example: models.py 6 6 {{{ 7 7 from django.db import models 8 8 … … 17 17 # unique_together = ("Day", "MinuteOfTheDay", "DoorId", "LineId") # migration initial 0001 18 18 unique_together = ("Day", "MinuteOfTheDay", "DoorId", "LineId") # migration 0002 19 19 }}} 20 20 run makemigration with initial 21 21 run makemigration with 0002