From be5d3bf5fda78ec5f74fdbb7687be79852322c0e Mon Sep 17 00:00:00 2001 From: Anton Vlasenko Date: Sun, 29 Nov 2015 19:02:12 +0100 Subject: [PATCH] Adding missing import --- doc/doc.asciidoc | 1 + 1 file changed, 1 insertion(+) 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)