[Update] 去掉debug信息

This commit is contained in:
ibuler
2018-08-07 18:38:46 +08:00
parent 337338ebf3
commit ccc292d9a9
2 changed files with 0 additions and 4 deletions

View File

@@ -43,7 +43,6 @@ class OrgManager(models.Manager):
def all(self):
if not current_org:
msg = 'You can `objects.set_current_org(org).all()` then run it'
warnings.warn(msg)
return self
else:
return super(OrgManager, self).all()