blob: 57aa9ea9e501bc645be0a9c11e629ef7ec001d65 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 | # -*- coding: utf-8 -*-
# Generated by Django 1.11.27 on 2020-12-29 11:50
from __future__ import unicode_literals
from django.db import migrations
from django.contrib.postgres.operations import UnaccentExtension
class Migration(migrations.Migration):
    dependencies = [
        ('ishtar_common', '0207_auto_20201207_2337'),
    ]
    operations = [
        UnaccentExtension()
    ]
 |