##// END OF EJS Templates
db: always use Session() for compatibility, Using Session is actually the...
db: always use Session() for compatibility, Using Session is actually the scoped_session which is not the same as the one which we "call". More here: http://docs.sqlalchemy.org/en/latest/orm/contextual.html#contextual-thread-local-sessions

File last commit:

r329:66879749 stable
r506:4c6b9282 default
Show More
release-notes-4.2.1.rst
14 lines | 313 B | text/x-rst | RstLexer

|RCE| 4.2.1 |RNS|

Release Date

  • 2016-07-04

Fixes

  • ui: fixed empty labels caused by missing translation of JS components
  • login: fixed bad routing URL in comments when user is not logged in.
  • celery: make sure to run tasks in sync mode if connection to celery is lost.