You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method uses the implicit db.session which is being broken as part of #503.
To change:
lute/term/routes.py: language_dicts=Language.all_dictionaries(),
lute/models/language.py: for lang in Language.query.all():
tests/orm/test_Language.py: assert json.dumps(Language.all_dictionaries()) == exp
The text was updated successfully, but these errors were encountered:
This method uses the implicit db.session which is being broken as part of #503.
To change:
The text was updated successfully, but these errors were encountered: