Skip to content

Commit fac1a59

Browse files
authored
Merge pull request #55 from sliverc/hstore_extension
Enable HStore extension for localized fields to work
2 parents c6e8321 + d66f508 commit fac1a59

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 2.1 on 2018-08-27 08:05
2+
3+
from django.contrib.postgres.operations import HStoreExtension
4+
from django.db import migrations
5+
6+
7+
class Migration(migrations.Migration):
8+
9+
dependencies = [
10+
]
11+
12+
operations = [
13+
HStoreExtension(),
14+
]

localized_fields/migrations/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)