skeleton/sobjects.py.tmpl
author Denis Laxalde <denis.laxalde@logilab.fr>
Tue, 21 Jan 2014 17:14:05 +0100
changeset 9444 6012cf57f48e
parent 8207 c04676b16c59
permissions -rw-r--r--
[web/formfields] Make CompoundField inherit needs_multipart from its subfields If there's a FileField within a CompoundField, the latter will not have the enctype multipart set, even though the FileField needs it. CompoundField should inspect its children fields to determine whether it needs multipart. Closes #3406930.

# -*- coding: utf-8 -*-
# copyright %(year)s %(author)s, all rights reserved.
# contact %(author-web-site)s -- mailto:%(author-email)s
#
%(long-license)s
"""%(distname)s repository side views, usually for notification"""