mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-25 03:32:55 +03:00
Merge pull request #55 from sliverc/hstore_extension
Enable HStore extension for localized fields to work
This commit is contained in:
commit
fac1a595aa
14
localized_fields/migrations/0001_initial.py
Normal file
14
localized_fields/migrations/0001_initial.py
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# 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(),
|
||||||
|
]
|
0
localized_fields/migrations/__init__.py
Normal file
0
localized_fields/migrations/__init__.py
Normal file
Loading…
x
Reference in New Issue
Block a user