make application tests run again

This commit is contained in:
Oskar Hahn 2012-06-19 10:50:55 +02:00
parent a439794874
commit f13ee5f409

View File

@ -202,7 +202,6 @@ class Application(models.Model, SlideMixin):
changed_fields = ", ".join(field_names)))
return # Done
if self.title != "":
version = AVersion(title=getattr(self, 'title', ''),
text=getattr(self, 'text', ''),
reason=getattr(self, 'reason', ''),