diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-09-14 14:52:25 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-09-14 14:52:25 +0200 |
commit | ff2b3aac243452b420fce43f0dbce439ac415d81 (patch) | |
tree | 3b6bcb45a116d4800eb78c8ea7a57ed39b295830 /ishtar_common/models_imports.py | |
parent | 82e1fc552f0312b3719a937fea528a130c982978 (diff) | |
download | Ishtar-ff2b3aac243452b420fce43f0dbce439ac415d81.tar.bz2 Ishtar-ff2b3aac243452b420fce43f0dbce439ac415d81.zip |
Comment
Diffstat (limited to 'ishtar_common/models_imports.py')
-rw-r--r-- | ishtar_common/models_imports.py | 1 |
1 files changed, 0 insertions, 1 deletions
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(): |