X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f1ec080b394326e35074c57e682789176cd3f244..67df302167539474edd02b57c2e8bd30349d7625:/apps/catalogue/migrations/0009_chg_book_count__heavy_cleaning.py 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