##// END OF EJS Templates
removed call to window location in some cases when request end up to early it showed a bad page....
removed call to window location in some cases when request end up to early it showed a bad page. Very annoying

File last commit:

r835:08d2dcd7 beta
r1637:974d6193 default
Show More
__init__.py
6 lines | 279 B | text/x-python | PythonLexer
added dbmigrate package, added model changes...
r833 #!/usr/bin/env python
# -*- coding: utf-8 -*-
fixed imports on migrate, added getting current version from database
r835 from rhodecode.lib.dbmigrate.migrate.versioning.script.base import BaseScript
from rhodecode.lib.dbmigrate.migrate.versioning.script.py import PythonScript
from rhodecode.lib.dbmigrate.migrate.versioning.script.sql import SqlScript