Commit Graph
54 Commits
Author SHA1 Message Date
James O'Toole 4be20fe74d Implemented the NoneOf validator, using a custom parsley validator 2015-02-15 02:03:37 +00:00
James O'Toole 28d1e84eaf Implemented UUID validator, regex is the same as used by WTForms 2015-02-15 01:48:28 +00:00
James O'Toole 830743eb6e Added forgotten import 2015-02-15 01:44:47 +00:00
James O'Toole 7e62b61991 Implemented MacAddress validator, regex used is the same as used by WTForms, it is EMCAScript and Python compatible 2015-02-15 01:43:09 +00:00
James O'Toole c6ae2ae252 Incorrect attribute corrected, data-parsley-regex should be data-parsley-pattern 2015-02-15 01:37:57 +00:00
James O'Toole 5008cae28f Incorrect attribute corrected, data-parsley-regex should be data-parsley-pattern 2015-02-15 01:31:54 +00:00
SmileyJames 33232db048 Prevent parsley attributes showing in RadioField list container 2015-02-12 18:08:31 +00:00
SmileyJames 37410c2e18 Fixed RadioField and added support for InputRequired 2015-02-12 17:50:17 +00:00
SmileyJames 01d7e1cf02 Corrected length kwargs
As can be seen in the parsley docs (http://parsleyjs.org/doc/index.html#psly-validators-list) data-parsley-length should be used not data-parsley-rangelength
2015-02-11 23:50:40 +00:00
Stephen J. Fuhry 1137698e1a missed copypasta 2014-09-01 00:54:44 +00:00
Stephen J. Fuhry fcb12e3ea0 support for wtforms 2.x and upgrading to parsley 2
also adding a few new field types
2014-08-31 18:22:15 +00:00
johannes-gehrs 9e056767bc Bumps to version 0.1.4 2014-02-06 21:12:17 +01:00
johannes-gehrs 1298d3ff98 updates setup.py for wtforms 1.0.5 2014-02-06 21:04:44 +01:00
johannes-gehrs 0f2b5809df updates sample for wtform 1.0.5 2014-02-06 21:04:01 +01:00
Johannes Gehrs 801b3ea8be Merge pull request #6 from synthsym/master
Update to WTForms 1.0.5
2014-02-06 20:46:03 +01:00
Adam Jacobus 614217c6f4 un-update author 2014-02-05 22:35:19 +10:00
Adam Jacobus 8bb4374783 Change author 2014-02-05 22:32:27 +10:00
Adam Jacobus 7f7b10cbfb Update wtforms to 1.0.5 2014-02-05 22:31:46 +10:00
Adam Jacobus c66b04d42f Update fields and validators to 1.0.5 2014-02-05 22:30:59 +10:00
johannes-gehrs 36a7c176cb bumps to next version for pypi 2013-12-04 10:44:57 +01:00
johannes-gehrs e505e9a081 adopts the markup to new parsley version 2013-12-04 10:38:25 +01:00
Johannes Gehrs 1bc00cf8ae Merge pull request #4 from DiscoveryHorizon/master
Handles unlimited range numbers
2013-12-04 00:30:47 -08:00
Sean Brant 3d1e038744 Handles unlimited rangelength values
WTForms uses -1 to denote no minlength/maxlength value. This makes the rangelength
validators incorrect. This patch falls back to minlength/maxlength
validation when one of the length values is -1.
2013-12-03 15:19:14 -06:00
Sean Brant bc9ed5ffdc Revert "Handles unlimited range numbers"
This reverts commit 5ef767c4e1.
2013-12-03 15:16:12 -06:00
johannes-gehrs 1ad8c2b071 fix in code description
update parsley submodule
2013-12-03 17:53:49 +01:00
Johannes Gehrs 87db0ed789 Merge pull request #3 from dezza/master
py3 import path fix
2013-12-03 00:49:11 -08:00
Sean Brant 5ef767c4e1 Handles unlimited range numbers
WTForms uses -1 to denote not min/max value. This makes the range and rangelength
validators incorrect. This patch falls back to min/max and minlength/maxlength
validation when one of the range values is -1.
2013-12-02 16:28:19 -06:00
= 94356633bc py3 import path fix 2013-11-11 23:17:01 +01:00
Johannes Gehrs 311b3598d1 Merge branch 'master' of https://github.com/johannes-gehrs/wtforms-parsleyjs 2013-08-31 12:59:56 +02:00
Johannes Gehrs d3afa10e7c increases version to 0.1.2 2013-08-30 17:47:48 +02:00
Johannes Gehrs 878a710651 updates docs with minor stuff 2013-08-30 17:45:33 +02:00
Johannes Gehrs 942e06e188 fixes #1 2013-08-30 17:39:40 +02:00
Johannes Gehrs 94a7e20c25 heroku log file fixed (filename changed) 2013-07-04 22:31:55 +02:00
Johannes Gehrs 293cc3d294 clarifies some points in the readme 2013-07-04 22:19:45 +02:00
Johannes Gehrs 6fe9d493dc clarifies some points in the readme 2013-07-04 22:17:56 +02:00
Johannes Gehrs 2a42778b65 improves pypi description 2013-07-01 23:58:48 +02:00
Johannes Gehrs 5303009004 fix typo 2013-07-01 23:54:06 +02:00
Johannes Gehrs e0949570d5 updates README with installation info
various small improvements
2013-07-01 23:52:24 +02:00
Johannes Gehrs 86ebd2194e updates readme 2013-06-30 21:04:43 +02:00
Johannes Gehrs 4f42c42798 correct submodule path mistake 2013-06-30 20:48:33 +02:00
Johannes Gehrs 97aab77e2b correct submodule path mistake 2013-06-30 18:49:37 +02:00
Johannes Gehrs f2945321c5 correct submodule path mistake 2013-06-30 18:45:21 +02:00
Johannes Gehrs 2eab40a87a correct submodule path mistake 2013-06-30 18:40:41 +02:00
Johannes Gehrs 514784fe29 moves License file 2013-06-30 18:35:30 +02:00
Johannes Gehrs 89cba98aee updates read me 2013-06-30 18:15:13 +02:00
Johannes Gehrs 4ef6267487 adds parsleyJS submodule 2013-06-30 18:11:46 +02:00
Johannes Gehrs 351b74fb78 updates readme with sample link 2013-06-30 18:02:54 +02:00
Johannes Gehrs 5c4a5af873 many improvements
cleaned up package structure
included read me
2013-06-30 17:05:16 +02:00
Johannes Gehrs cd2c87ffa1 adds requirements.txt for pip dependency resolution 2013-06-24 23:39:50 +02:00
Johannes Gehrs 02073fe052 add parsley's as submodule 2013-06-24 23:33:34 +02:00