diff --git a/doc/doc.asciidoc b/doc/doc.asciidoc index 7d20bbf..9aa53bb 100644 --- a/doc/doc.asciidoc +++ b/doc/doc.asciidoc @@ -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)