Skip to content

Commit

Permalink
Merge pull request #138 from Sapphire64/patch-1
Browse files Browse the repository at this point in the history
[DOC FIX] Adding missing import
  • Loading branch information
nemesifier committed Dec 2, 2015
2 parents f079e56 + be5d3bf commit 26e2036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/doc.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ To use the schema mode you just need to supply a `schema` parameter to the `Dict
----
# models.py
from django.db import models
from django_hstore import hstore

class SomethingWithSchema(models.Model):
name = models.CharField(max_length=32)
Expand Down

0 comments on commit 26e2036

Please sign in to comment.