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 | 37ad2699ac330364895d58a5fcbf4300998f370c (patch) | |
| tree | 3b6bcb45a116d4800eb78c8ea7a57ed39b295830 | |
| parent | bab4bc59caab34848acdfbbabee1dde4bbadfe72 (diff) | |
| download | Ishtar-37ad2699ac330364895d58a5fcbf4300998f370c.tar.bz2 Ishtar-37ad2699ac330364895d58a5fcbf4300998f370c.zip | |
Comment
| -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(): | 
