diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-06-16 15:22:02 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-06-16 15:22:02 +0200 |
commit | 2526df11c021235c2cdccf7d1ac644461c9171f6 (patch) | |
tree | 378752743e908073cb9219b41f50f79c5b6cfd6c /ishtar_common/models.py | |
parent | a72d4714f15c58a7e09eb3e5eef684052300655f (diff) | |
download | Ishtar-2526df11c021235c2cdccf7d1ac644461c9171f6.tar.bz2 Ishtar-2526df11c021235c2cdccf7d1ac644461c9171f6.zip |
Import: update MCC parcel import tests
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 55b28d4f7..a23808c73 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1471,7 +1471,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() |