Created
September 23, 2016 10:49
-
-
Save alej0varas/128a3ef3e432912886b895cd374173a9 to your computer and use it in GitHub Desktop.
ulule/django-linguist migration outdated Python27 Django110
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# Generated by Django 1.10.1 on 2016-09-23 05:48 | |
from __future__ import unicode_literals | |
from django.db import migrations | |
class Migration(migrations.Migration): | |
dependencies = [ | |
('linguist', '0001_initial'), | |
] | |
operations = [ | |
migrations.AlterIndexTogether( | |
name='translation', | |
index_together=set([('identifier', 'object_id', 'field_name'), ('identifier', 'object_id')]), | |
), | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment