mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-24 19:32:53 +03:00
12 lines
245 B
Python
12 lines
245 B
Python
# Generated by Django 2.1 on 2018-08-27 08:05
|
|
|
|
from django.contrib.postgres.operations import HStoreExtension
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = []
|
|
|
|
operations = [HStoreExtension()]
|