diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-06-16 15:23:01 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-06-16 15:23:01 +0200 |
commit | 42583c476da91347c15baf39b99078b47efe94df (patch) | |
tree | fa2c559b1bc03478490aa5d86c77cd42c9551097 /ishtar_common/models.py | |
parent | edc151f8cf37f33f1164d18c2d382e3ccfc06843 (diff) | |
parent | 2526df11c021235c2cdccf7d1ac644461c9171f6 (diff) | |
download | Ishtar-42583c476da91347c15baf39b99078b47efe94df.tar.bz2 Ishtar-42583c476da91347c15baf39b99078b47efe94df.zip |
Merge branch 'stable'
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index b2e90310e..15410b661 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1484,7 +1484,6 @@ class Import(models.Model): self.save() def get_all_imported(self): - print(dir(self._meta)) imported = [] for related, zorg in self._meta.get_all_related_m2m_objects_with_model(): accessor = related.get_accessor_name() |