Commit 0c4d2c9f authored by Serge Koval's avatar Serge Koval

Comment was too long

parent 731d14c1
......@@ -1115,7 +1115,8 @@ class ModelView(BaseModelView):
"""
try:
model = self._manager.new_instance()
# TODO: We need a better way to create model instances and stay compatible with SQLAlchemy __init__() behavior
# TODO: We need a better way to create model instances and stay compatible with
# SQLAlchemy __init__() behavior
state = instance_state(model)
self._manager.dispatch.init(state, [], {})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment