##// 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:

r1:854a839a default
r506:4c6b9282 default
Show More
release-notes-3.3.4.rst
16 lines | 271 B | text/x-rst | RstLexer
/ docs / release-notes / release-notes-3.3.4.rst
project: added all source files and assets
r1 |RCE| 3.3.4 |RNS|
-----------------
Release Date
^^^^^^^^^^^^
- 2015-06-25
fixes
^^^^^
* References: Support for unicode characters.
* Gists: Fixes the problem with gists when |hg| is not in VCS backends list.
* Search: Improves search speed for super admin users.