misc/migration/3.4.0_Any.py
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 11 Dec 2012 16:57:18 +0100
branchstable
changeset 8611 51068fe1e39a
parent 2127 bc86aa68cc43
child 8798 cdab3aadc679
permissions -rw-r--r--
[web] allow configuration of the Content-disposition value The `set_content_type` function now takes and optional `disposition` parameter to control the value of this HTTP header. Use of `Content-disposition: inline` with a filename parameter are valid, so the presence of filename does not allows to choose between `attachment` and `inline`
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2127
bc86aa68cc43 no more meta attribute on entity and relation type
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     1
drop_attribute('CWEType', 'meta')
bc86aa68cc43 no more meta attribute on entity and relation type
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     2
drop_attribute('CWRType', 'meta')