Files
@ bf3546d1cd77
Branch filter:
Location: kallithea/dev_requirements.txt
bf3546d1cd77
186 B
text/plain
db: clean up SQLAlchemy session flushes
Many calls to Session().flush() were completely superfluous and have
been removed. (See also the note on "flush" in the contributor docs.)
For the remaining calls, a comment has been added to explain why it's
necessary.
Many calls to Session().flush() were completely superfluous and have
been removed. (See also the note on "flush" in the contributor docs.)
For the remaining calls, a comment has been added to explain why it's
necessary.