misc/migration/3.6.1_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 17 Dec 2013 11:50:31 +0100
changeset 9480 14159c600dad
parent 8798 cdab3aadc679
permissions -rw-r--r--
[req] if a user has a None property, fall back to the default This can happen for InternalManager; the normal CWUser implementation of property_value already has a similar fallback. Related to #3381521
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8798
cdab3aadc679 [migration] mark all version prior 3.7 as non-migrable
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents: 4644
diff changeset
     1
raise NotImplementedError("Cannot migrate such an old version. Use intermediate Cubiweb version (try 3.16.x)")