Skip to content

Commit 65f8d46

Browse files
committed
fix migraton introspection for south
1 parent bce3201 commit 65f8d46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

elastic_framework/db/fields.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ def to_python(self, value):
5050
return value
5151

5252

53-
add_introspection_rules([], ["^elastic_frameworks\.db\.fields\.CountryField"])
53+
add_introspection_rules([], ["^elastic_framework\.db\.fields\.CountryField"])
5454

55-
add_introspection_rules([], ["^elastic_frameworks\.db\.fields\.CurrencyField"])
55+
add_introspection_rules([], ["^elastic_framework\.db\.fields\.CurrencyField"])
5656

57-
add_introspection_rules([], ["^elastic_frameworks\.db\.fields\.CharListField"])
57+
add_introspection_rules([], ["^elastic_framework\.db\.fields\.CharListField"])

0 commit comments

Comments
 (0)