Skip to content

Instantly share code, notes, and snippets.

@alej0varas
Created September 23, 2016 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alej0varas/128a3ef3e432912886b895cd374173a9 to your computer and use it in GitHub Desktop.
Save alej0varas/128a3ef3e432912886b895cd374173a9 to your computer and use it in GitHub Desktop.
ulule/django-linguist migration outdated Python27 Django110
# -*- 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