0bfed88867
Version 2.2.1 ------------- Released on June 7th, 2018 - :class:`~fields.StringField` only sets ``data = ''`` when form data is empty and an initial value was not provided. This fixes an issue where the default value wasn't rendered with the initial form. (`#291`_, `#401`_) .. _#291: https://github.com/wtforms/wtforms/issues/291 .. _#401: https://github.com/wtforms/wtforms/issues/401 Version 2.2 ----------- Released on June 2nd, 2018 - Merged new and updated translations from the community. - Passing ``data_`` args to render a field converts all the underscores to hyphens when rendering the HTML attribute, not just the first one. ``data_foo_bar`` becomes ``data-foo-bar``. (`#248`_) - The :class:`~validators.UUID` validator uses the :class:`uuid.UUID` class instead of a regex. (`#251`_) - :class:`~fields.SelectField` copies the list of ``choices`` passed to it so modifying an instance's choices will not modify the global form definition. (`#286`_) - Fields call :meth:`~fields.Field.process_formdata` even if the raw data is empty. (`#280`_) - Added a :class:`~fields.MultipleFileField` to handle a multi-file input. :class:`~fields.FileField` continues to handle only one value. The underlying :class:`~widgets.FileInput` widget gained a ``multiple`` argument. (`#281`_) - :class:`~fields.SelectField` choices can contain HTML (MarkupSafe ``Markup`` object or equivalent API) and will be rendered properly. (`#302`_) - :class:`~fields.TimeField` and :class:`html5.TimeField <fields.html5.TimeField>` were added. (`#254`_) - Improved :class:`~validators.Email`. Note that it is still unreasonable to validate all emails with a regex and you should prefer validating by actually sending an email. (`#294`_) - Widgets render the ``required`` attribute when using a validator that provides the ``'required'`` flag, such as :class:`~validators.DataRequired`. (`#361`_) - Fix a compatibility issue with SQLAlchemy 2.1 that caused :class:`~ext.sqlalchemy.fields.QuerySelectField` to fail with ``ValueError: too many values to unpack``. (`#391`_) .. _#248: https://github.com/wtforms/wtforms/pull/248 .. _#251: https://github.com/wtforms/wtforms/pull/251 .. _#254: https://github.com/wtforms/wtforms/pull/254 .. _#280: https://github.com/wtforms/wtforms/pull/280 .. _#281: https://github.com/wtforms/wtforms/pull/281 .. _#286: https://github.com/wtforms/wtforms/pull/286 .. _#294: https://github.com/wtforms/wtforms/pull/294 .. _#302: https://github.com/wtforms/wtforms/pull/302 .. _#361: https://github.com/wtforms/wtforms/pull/361 .. _#391: https://github.com/wtforms/wtforms/pull/391
188 lines
8.3 KiB
Text
188 lines
8.3 KiB
Text
@comment $NetBSD: PLIST,v 1.8 2018/11/12 12:25:51 kleink Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/wtforms/__init__.py
|
|
${PYSITELIB}/wtforms/__init__.pyc
|
|
${PYSITELIB}/wtforms/__init__.pyo
|
|
${PYSITELIB}/wtforms/compat.py
|
|
${PYSITELIB}/wtforms/compat.pyc
|
|
${PYSITELIB}/wtforms/compat.pyo
|
|
${PYSITELIB}/wtforms/csrf/__init__.py
|
|
${PYSITELIB}/wtforms/csrf/__init__.pyc
|
|
${PYSITELIB}/wtforms/csrf/__init__.pyo
|
|
${PYSITELIB}/wtforms/csrf/core.py
|
|
${PYSITELIB}/wtforms/csrf/core.pyc
|
|
${PYSITELIB}/wtforms/csrf/core.pyo
|
|
${PYSITELIB}/wtforms/csrf/session.py
|
|
${PYSITELIB}/wtforms/csrf/session.pyc
|
|
${PYSITELIB}/wtforms/csrf/session.pyo
|
|
${PYSITELIB}/wtforms/ext/__init__.py
|
|
${PYSITELIB}/wtforms/ext/__init__.pyc
|
|
${PYSITELIB}/wtforms/ext/__init__.pyo
|
|
${PYSITELIB}/wtforms/ext/appengine/__init__.py
|
|
${PYSITELIB}/wtforms/ext/appengine/__init__.pyc
|
|
${PYSITELIB}/wtforms/ext/appengine/__init__.pyo
|
|
${PYSITELIB}/wtforms/ext/appengine/db.py
|
|
${PYSITELIB}/wtforms/ext/appengine/db.pyc
|
|
${PYSITELIB}/wtforms/ext/appengine/db.pyo
|
|
${PYSITELIB}/wtforms/ext/appengine/fields.py
|
|
${PYSITELIB}/wtforms/ext/appengine/fields.pyc
|
|
${PYSITELIB}/wtforms/ext/appengine/fields.pyo
|
|
${PYSITELIB}/wtforms/ext/appengine/ndb.py
|
|
${PYSITELIB}/wtforms/ext/appengine/ndb.pyc
|
|
${PYSITELIB}/wtforms/ext/appengine/ndb.pyo
|
|
${PYSITELIB}/wtforms/ext/csrf/__init__.py
|
|
${PYSITELIB}/wtforms/ext/csrf/__init__.pyc
|
|
${PYSITELIB}/wtforms/ext/csrf/__init__.pyo
|
|
${PYSITELIB}/wtforms/ext/csrf/fields.py
|
|
${PYSITELIB}/wtforms/ext/csrf/fields.pyc
|
|
${PYSITELIB}/wtforms/ext/csrf/fields.pyo
|
|
${PYSITELIB}/wtforms/ext/csrf/form.py
|
|
${PYSITELIB}/wtforms/ext/csrf/form.pyc
|
|
${PYSITELIB}/wtforms/ext/csrf/form.pyo
|
|
${PYSITELIB}/wtforms/ext/csrf/session.py
|
|
${PYSITELIB}/wtforms/ext/csrf/session.pyc
|
|
${PYSITELIB}/wtforms/ext/csrf/session.pyo
|
|
${PYSITELIB}/wtforms/ext/dateutil/__init__.py
|
|
${PYSITELIB}/wtforms/ext/dateutil/__init__.pyc
|
|
${PYSITELIB}/wtforms/ext/dateutil/__init__.pyo
|
|
${PYSITELIB}/wtforms/ext/dateutil/fields.py
|
|
${PYSITELIB}/wtforms/ext/dateutil/fields.pyc
|
|
${PYSITELIB}/wtforms/ext/dateutil/fields.pyo
|
|
${PYSITELIB}/wtforms/ext/django/__init__.py
|
|
${PYSITELIB}/wtforms/ext/django/__init__.pyc
|
|
${PYSITELIB}/wtforms/ext/django/__init__.pyo
|
|
${PYSITELIB}/wtforms/ext/django/fields.py
|
|
${PYSITELIB}/wtforms/ext/django/fields.pyc
|
|
${PYSITELIB}/wtforms/ext/django/fields.pyo
|
|
${PYSITELIB}/wtforms/ext/django/i18n.py
|
|
${PYSITELIB}/wtforms/ext/django/i18n.pyc
|
|
${PYSITELIB}/wtforms/ext/django/i18n.pyo
|
|
${PYSITELIB}/wtforms/ext/django/orm.py
|
|
${PYSITELIB}/wtforms/ext/django/orm.pyc
|
|
${PYSITELIB}/wtforms/ext/django/orm.pyo
|
|
${PYSITELIB}/wtforms/ext/django/templatetags/__init__.py
|
|
${PYSITELIB}/wtforms/ext/django/templatetags/__init__.pyc
|
|
${PYSITELIB}/wtforms/ext/django/templatetags/__init__.pyo
|
|
${PYSITELIB}/wtforms/ext/django/templatetags/wtforms.py
|
|
${PYSITELIB}/wtforms/ext/django/templatetags/wtforms.pyc
|
|
${PYSITELIB}/wtforms/ext/django/templatetags/wtforms.pyo
|
|
${PYSITELIB}/wtforms/ext/i18n/__init__.py
|
|
${PYSITELIB}/wtforms/ext/i18n/__init__.pyc
|
|
${PYSITELIB}/wtforms/ext/i18n/__init__.pyo
|
|
${PYSITELIB}/wtforms/ext/i18n/form.py
|
|
${PYSITELIB}/wtforms/ext/i18n/form.pyc
|
|
${PYSITELIB}/wtforms/ext/i18n/form.pyo
|
|
${PYSITELIB}/wtforms/ext/i18n/utils.py
|
|
${PYSITELIB}/wtforms/ext/i18n/utils.pyc
|
|
${PYSITELIB}/wtforms/ext/i18n/utils.pyo
|
|
${PYSITELIB}/wtforms/ext/sqlalchemy/__init__.py
|
|
${PYSITELIB}/wtforms/ext/sqlalchemy/__init__.pyc
|
|
${PYSITELIB}/wtforms/ext/sqlalchemy/__init__.pyo
|
|
${PYSITELIB}/wtforms/ext/sqlalchemy/fields.py
|
|
${PYSITELIB}/wtforms/ext/sqlalchemy/fields.pyc
|
|
${PYSITELIB}/wtforms/ext/sqlalchemy/fields.pyo
|
|
${PYSITELIB}/wtforms/ext/sqlalchemy/orm.py
|
|
${PYSITELIB}/wtforms/ext/sqlalchemy/orm.pyc
|
|
${PYSITELIB}/wtforms/ext/sqlalchemy/orm.pyo
|
|
${PYSITELIB}/wtforms/fields/__init__.py
|
|
${PYSITELIB}/wtforms/fields/__init__.pyc
|
|
${PYSITELIB}/wtforms/fields/__init__.pyo
|
|
${PYSITELIB}/wtforms/fields/core.py
|
|
${PYSITELIB}/wtforms/fields/core.pyc
|
|
${PYSITELIB}/wtforms/fields/core.pyo
|
|
${PYSITELIB}/wtforms/fields/html5.py
|
|
${PYSITELIB}/wtforms/fields/html5.pyc
|
|
${PYSITELIB}/wtforms/fields/html5.pyo
|
|
${PYSITELIB}/wtforms/fields/simple.py
|
|
${PYSITELIB}/wtforms/fields/simple.pyc
|
|
${PYSITELIB}/wtforms/fields/simple.pyo
|
|
${PYSITELIB}/wtforms/form.py
|
|
${PYSITELIB}/wtforms/form.pyc
|
|
${PYSITELIB}/wtforms/form.pyo
|
|
${PYSITELIB}/wtforms/i18n.py
|
|
${PYSITELIB}/wtforms/i18n.pyc
|
|
${PYSITELIB}/wtforms/i18n.pyo
|
|
${PYSITELIB}/wtforms/locale/README.md
|
|
${PYSITELIB}/wtforms/locale/ar/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/ar/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/bg/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/bg/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/ca/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/ca/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/cs_CZ/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/cs_CZ/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/cy/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/cy/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/de/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/de/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/de_CH/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/de_CH/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/el/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/el/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/en/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/en/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/es/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/es/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/et/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/et/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/fa/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/fa/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/fi/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/fi/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/fr/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/fr/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/he/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/he/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/hu/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/hu/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/it/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/it/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/ja/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/ja/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/ko/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/ko/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/nb/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/nb/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/nl/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/nl/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/pl/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/pl/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/pt/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/pt/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/ru/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/ru/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/sk/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/sk/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/sv/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/sv/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/tr/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/tr/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/uk/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/uk/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/wtforms.pot
|
|
${PYSITELIB}/wtforms/locale/zh/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/zh/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/locale/zh_TW/LC_MESSAGES/wtforms.mo
|
|
${PYSITELIB}/wtforms/locale/zh_TW/LC_MESSAGES/wtforms.po
|
|
${PYSITELIB}/wtforms/meta.py
|
|
${PYSITELIB}/wtforms/meta.pyc
|
|
${PYSITELIB}/wtforms/meta.pyo
|
|
${PYSITELIB}/wtforms/utils.py
|
|
${PYSITELIB}/wtforms/utils.pyc
|
|
${PYSITELIB}/wtforms/utils.pyo
|
|
${PYSITELIB}/wtforms/validators.py
|
|
${PYSITELIB}/wtforms/validators.pyc
|
|
${PYSITELIB}/wtforms/validators.pyo
|
|
${PYSITELIB}/wtforms/widgets/__init__.py
|
|
${PYSITELIB}/wtforms/widgets/__init__.pyc
|
|
${PYSITELIB}/wtforms/widgets/__init__.pyo
|
|
${PYSITELIB}/wtforms/widgets/core.py
|
|
${PYSITELIB}/wtforms/widgets/core.pyc
|
|
${PYSITELIB}/wtforms/widgets/core.pyo
|
|
${PYSITELIB}/wtforms/widgets/html5.py
|
|
${PYSITELIB}/wtforms/widgets/html5.pyc
|
|
${PYSITELIB}/wtforms/widgets/html5.pyo
|