Changes between Initial Version and Version 1 of Ticket #23906, comment 3


Ignore:
Timestamp:
May 25, 2015, 5:13:12 PM (9 years ago)
Author:
Ramiro Morales

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23906, comment 3

    initial v1  
    10102) A `unique_together = ('char_field', 'fk_field')` got added at some point. South migtation syntax:
    1111{{{
    12 db.create_unique(u'app_outgoingpaymentcategory', ['char_field', 'fk_field_id'])
     12db.create_unique(u'app_modelname', ['char_field', 'fk_field_id'])
    1313}}}
    1414
Back to Top