Run migrations. Update contrib paths stored in db
This commit is contained in:
parent
4d6db5b5b6
commit
a4a658616e
3 changed files with 190 additions and 2 deletions
|
|
@ -418,7 +418,7 @@ class BuildingMenuCmdSet(CmdSet):
|
|||
# Menu classes
|
||||
|
||||
|
||||
class Choice(object):
|
||||
class Choice:
|
||||
|
||||
"""A choice object, created by `add_choice`."""
|
||||
|
||||
|
|
@ -554,7 +554,7 @@ class Choice(object):
|
|||
)
|
||||
|
||||
|
||||
class BuildingMenu(object):
|
||||
class BuildingMenu:
|
||||
|
||||
"""
|
||||
Class allowing to create and set building menus to edit specific objects.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue