minor fix
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Mon, 5 Jul 2010 11:39:34 +0000 (13:39 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Mon, 5 Jul 2010 11:39:34 +0000 (13:39 +0200)
apps/catalogue/migrations/0009_chg_book_count__heavy_cleaning.py

index 16ef3a3..ed4f2b3 100644 (file)
@@ -13,7 +13,7 @@ class Migration(SchemaMigration):
 
         if not db.dry_run:
             from django.contrib.contenttypes.models import ContentType
-            from simplejson import loads, dumps
+            from django.utils.simplejson import loads, dumps
 
             manager = orm.TagRelation.objects