mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 13:19:16 +02:00
12 lines
264 B
Python
12 lines
264 B
Python
# Generated by Django 2.0.2 on 2018-02-27 18:43
|
|
from django.db import migrations
|
|
from django.contrib.postgres.operations import UnaccentExtension
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = []
|
|
|
|
operations = [
|
|
UnaccentExtension()
|
|
]
|