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
Johannes Gehrs
945884b973
changed structure to package
2013-06-24 23:28:32 +02:00
Johannes Gehrs
75053a26e6
adds license
2013-06-24 00:33:26 +02:00
Johannes Gehrs
0179897dc6
fixed some rendering issues with checkbox
...
solution is imperfect but ok for now
2013-06-24 00:20:48 +02:00
Johannes Gehrs
cb015025cf
initial commit
2013-06-23 23:52:59 +02:00