From 37ad2699ac330364895d58a5fcbf4300998f370c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 14 Sep 2017 14:52:25 +0200 Subject: Comment --- ishtar_common/models_imports.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ishtar_common/models_imports.py b/ishtar_common/models_imports.py index f455cc968..ccb0f2c57 100644 --- a/ishtar_common/models_imports.py +++ b/ishtar_common/models_imports.py @@ -56,7 +56,6 @@ IMPORTER_CLASSES.update({ def get_model_fields(model): """ Return a dict of fields from model - To be replace in Django 1.8 with get_fields, get_field """ fields = {} for field in model._meta.get_fields(): -- cgit v1.2.3