misc/migration/3.7.5_Any.py
author Vincent Michel <vincent.michel@logilab.fr>
Mon, 07 Apr 2014 08:44:56 +0000
branchstable
changeset 9696 4de6e73f580d
parent 5326 0d9054eb3bd1
permissions -rw-r--r--
[dataimport] Correctly serialize datetime objects in _create_copyfrom_buffer, closes #3712885

if versions_map['cubicweb'][0] == (3, 7, 4):
    config['http-session-time'] *= 60
    config['cleanup-session-time'] *= 60
    config['cleanup-anonymous-session-time'] *= 60