Releasing v1.0.1

This commit is contained in:
Itai Shirav 2018-08-13 08:44:26 +03:00
parent 0433ac1087
commit 2034b970b9

View File

@ -1,6 +1,12 @@
Change Log
==========
v1.0.1
------
- NullableField: take extra_null_values into account in `validate` and `to_python`
- Added `Field.isinstance` method
- Validate the inner field passed to `ArrayField`
v1.0.0
------
- Add support for compound filters with Q objects (desile)