show options summary

This commit is contained in:
Laura Klünder 2017-12-17 01:34:24 +01:00
parent 8db691b042
commit c08a3a4f4e
4 changed files with 25 additions and 2 deletions

View file

@ -176,3 +176,6 @@ class RouteOptions(models.Model):
return super().save(*args, **kwargs)
self.request.session['route_options'] = self
def items(self):
yield from self.data.items()