Commit Graph

35 Commits

Author SHA1 Message Date
Samuel Colvin d52cf17f15 tweaking exception definitions 2017-05-08 17:33:37 +01:00
Samuel Colvin 11ea624e62 add int size validation 2017-05-08 17:25:44 +01:00
Samuel Colvin 40ab259090 Merge pull request #2 from samuelcolvin/pyup-update-coverage-4.3.4-to-4.4
Update coverage to 4.4
2017-05-08 16:00:24 +01:00
Samuel Colvin ca1551f6fc pyup ignore benchmarks 2017-05-08 15:58:08 +01:00
Samuel Colvin ef60baa65e adding performance benchmarks 2017-05-08 15:56:36 +01:00
Samuel Colvin d6edca642a allow None as value in None fields 2017-05-08 12:34:20 +01:00
Samuel Colvin 017d3f03be BaseModel equality 2017-05-08 11:59:49 +01:00
Samuel Colvin 3673c11d53 improving coverage 2017-05-08 11:54:43 +01:00
Samuel Colvin f7d42ae177 test for lists of sub models 2017-05-08 11:44:50 +01:00
pyup-bot 951bed0531 Update coverage from 4.3.4 to 4.4 2017-05-08 06:50:18 +01:00
Samuel Colvin 5710649cb0 uprev 2017-05-06 15:48:58 +01:00
Samuel Colvin c4f9398d79 model validator and utils tests 2017-05-06 15:35:04 +01:00
Samuel Colvin f7acee8646 support typed dicts 2017-05-06 15:07:37 +01:00
Samuel Colvin 19faa546d8 tests for standard dict, list, OrderedDict types 2017-05-06 14:20:55 +01:00
Samuel Colvin 63197fc34b cleaning up error display, enabling list parsing 2017-05-06 14:10:40 +01:00
Samuel Colvin 652d853906 route > track, cleanup 2017-05-06 12:12:11 +01:00
Samuel Colvin 7afd34b4cb add test_complex.py 2017-05-06 00:11:57 +01:00
Samuel Colvin 0214be13a5 proper support for unions 2017-05-06 00:10:48 +01:00
Samuel Colvin af6ab2b7e5 add email address validation 2017-05-05 22:01:10 +01:00
Samuel Colvin 7950e7f909 enum support and better type check 2017-05-05 21:10:49 +01:00
Samuel Colvin e2d4460429 add 'allow_extra' checks 2017-05-05 20:26:14 +01:00
Samuel Colvin d27a520c38 add .editorconfig to fix isort 2017-05-05 20:02:41 +01:00
Samuel Colvin c859ec8543 adding datetime, date, time and timedelta validation 2017-05-05 19:59:25 +01:00
Samuel Colvin 90bc681137 adding datetime parsing stolen from django 2017-05-05 19:38:12 +01:00
Samuel Colvin e26ed95e43 add missing file 2017-05-05 18:20:30 +01:00
Samuel Colvin a1a5383593 removing unused dependencies 2017-05-05 18:19:43 +01:00
Samuel Colvin 35953d20ef moving validators 2017-05-05 18:17:50 +01:00
Samuel Colvin 7254ddc5e6 improve test coverage 2017-05-05 18:05:42 +01:00
Samuel Colvin c333ba755c best support resolution of 2017-05-05 15:13:15 +01:00
Samuel Colvin 2cc7531378 adding dsn tests 2017-05-05 14:22:15 +01:00
Samuel Colvin 003c0a747b adding basic tests 2017-05-05 13:34:59 +01:00
Samuel Colvin 28c2c1382a remove python 3.5 2017-05-05 12:21:12 +01:00
Samuel Colvin 6d2e6b6d60 linting and adding .travis.yml 2017-05-05 12:19:25 +01:00
Samuel Colvin 795e3604ef basic validation working 2017-05-04 19:07:34 +01:00
Samuel Colvin a8e844dad5 initial commit 2017-05-03 22:23:41 +01:00