##// END OF EJS Templates
Use HttpFound response in login....
Use HttpFound response in login. - redirect_to lacks possibility to pass headers - use those headers for proper Set-Cookie handling

File last commit:

r833:9753e090 beta
r2623:44678a64 beta
Show More
__init__.py
10 lines | 159 B | text/x-python | PythonLexer
"""
This module contains database dialect specific changeset
implementations.
"""
__all__ = [
'postgres',
'sqlite',
'mysql',
'oracle',
]