Path to this page:
Subject: CVS commit: pkgsrc/www/py-wtforms-alchemy
From: Adam Ciarcinski
Date: 2020-10-03 20:44:56
Message id: 20201003184456.A146AFB28@cvs.NetBSD.org
Log Message:
py-wtforms-alchemy: updated to 0.17.0
0.17.0:
- Dropped py27, py33 and py34 support
0.16.9:
- Added support for JSON type in TypeMap
0.16.8:
- Fixed QuerySelectField.query allowing no results
0.16.7:
- Fixed UnknownTypeException being thrown correctly for unsupported types
0.16.6:
- Added SQLAlchemy 1.2 support
0.16.5:
- Fixed GroupedQuerySelectMultipleField validator to support empty data
0.16.4:
- Fixed GroupedQuerySelectMultipleField validator
0.16.3:
- Fixed ChoiceType conversion for Enums
0.16.2:
- Added GroupedQueryMultipleSelectField
0.16.1:
- Updated SQLAlchemy-Utils requirement to 0.32.6
- Fixed PhoneNumberType conversion
0.16.0:
- Dropped python 2.6 support
- Made PhoneNumberField work correctly together with DataRequired
0.15.0:
- Moved GroupedQuerySelectField from WTForms-Components package to WTForms-Alchemy
- Moved WeekdaysField from WTForms-Components package to WTForms-Alchemy
- Moved PhoneNumberField from WTForms-Components package to WTForms-Alchemy
- Moved Unique validator from WTForms-Components package to WTForms-Alchemy
0.14.0:
- Added QuerySelectField and QuerySelectMultipleField which were deprecated from
WTForms as of version 2.1
0.13.3:
- Removed ClassMap's inheritance sorting. This never really worked properly and \
resulted in weird undeterministic bugs on Python 3.
0.13.2:
- Added support for callables in type map argument
0.13.1:
- Added flake8 checks
- Added isort checks
- Fixed country import caused by SQLAlchemy-Utils 0.30.0
- Update SQLAlchemy-Utils dependency to 0.30.0
Files: