File tree Expand file tree Collapse file tree 6 files changed +476
-8
lines changed Expand file tree Collapse file tree 6 files changed +476
-8
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ Changelog
44Here you can see the full list of changes between each WTForms-Alchemy release.
55
66
7- 0.15.0 (2016-01-xx )
7+ 0.15.0 (2016-01-27 )
88^^^^^^^^^^^^^^^^^^^
99
1010- Moved GroupedQuerySelectField from WTForms-Components package to WTForms-Alchemy
1111- Moved WeekdaysField from WTForms-Components package to WTForms-Alchemy
1212- Moved PhoneNumberField from WTForms-Components package to WTForms-Alchemy
13+ - Moved Unique validator from WTForms-Components package to WTForms-Alchemy
1314
1415
15160.14.0 (2016-01-23)
Original file line number Diff line number Diff line change 11from wtforms import Form
22
33from tests import MultiDict
4- from wtforms_components import PhoneNumberField
4+ from wtforms_alchemy import PhoneNumberField
55
66
77class TestPhoneNumberField (object ):
Original file line number Diff line number Diff line change 2828 EmailField ,
2929 IntegerField ,
3030 IntIntervalField ,
31- PhoneNumberField ,
3231 StringField ,
3332 TimeField
3433)
35- from wtforms_components .fields .weekdays import WeekDaysField
3634
3735from tests import ModelFormTestCase
3836from wtforms_alchemy import (
3937 CountryField ,
4038 ModelForm ,
4139 null_or_unicode ,
40+ PhoneNumberField ,
4241 SelectField ,
43- UnknownTypeException
42+ UnknownTypeException ,
43+ WeekDaysField
4444)
4545from wtforms_alchemy .utils import ClassMap
4646
You can’t perform that action at this time.
0 commit comments