Skip to content

Commit

Permalink
Not-nullable fields validated it type is missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaiarocci committed Apr 11, 2014
1 parent 9a575be commit ce15d53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGES
Expand Up @@ -8,7 +8,9 @@ Version 0.6.1

Not released yet.

- python trove classifiers added to setup.py. Closes #32.
- Not-nullable fields are validated independetly of their type definition
(Jaroslav Semančík).
- Python trove classifiers added to setup.py. Closes #32.
- 'min' and 'max' now apply to floats and numbers too. Closes #30.

Version 0.6
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Expand Up @@ -254,6 +254,7 @@ but allowing for more fine grained control down to the field level. ::
>>> v.errors
{'an_integer': 'must be of integer type'}

.. versionchanged:: 0.6.1 ``nullable`` is valid on fields lacking type definition.
.. versionadded:: 0.3.0

minlength, maxlength
Expand Down

0 comments on commit ce15d53

Please sign in to comment.