From: Radek Czajka Date: Mon, 5 Jul 2010 11:39:34 +0000 (+0200) Subject: minor fix X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/efa4ad3dcc79cc49742108a1198c8507bec84601 minor fix --- diff --git a/apps/catalogue/migrations/0009_chg_book_count__heavy_cleaning.py b/apps/catalogue/migrations/0009_chg_book_count__heavy_cleaning.py index 16ef3a364..ed4f2b370 100644 --- a/apps/catalogue/migrations/0009_chg_book_count__heavy_cleaning.py +++ b/apps/catalogue/migrations/0009_chg_book_count__heavy_cleaning.py @@ -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