Skip to content

Commit

Permalink
Adding missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Sapphire64 committed Nov 29, 2015
1 parent f079e56 commit be5d3bf
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 be5d3bf

Please sign in to comment.