show options summary
This commit is contained in:
parent
8db691b042
commit
c08a3a4f4e
4 changed files with 25 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue