Changes between Initial Version and Version 1 of Ticket #25049


Ignore:
Timestamp:
Jul 2, 2015, 9:25:59 AM (9 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25049

    • Property Easy pickings unset
  • Ticket #25049 – Description

    initial v1  
    44
    55example: models.py
    6 
     6{{{
    77from django.db import models
    88
     
    1717        # unique_together = ("Day", "MinuteOfTheDay", "DoorId", "LineId") # migration initial 0001
    1818        unique_together = ("Day", "MinuteOfTheDay", "DoorId", "LineId")  # migration 0002
    19 
     19}}}
    2020run makemigration with initial
    2121run makemigration with 0002
Back to Top