* Added name mapping for fields. * Added value parsing to IntField. * Fixed bug with ECMA regex flags recognition.
2.2
++++++++++++++++
* Fixed time fields, when value is not required. * Dropped support for python 2.6 * Added support for python 3.6 * Added nullable param for fields. * Improved model representation.
2.1.5
++++++++++++++++++
* Fixed DateTimefield error when value is None. * Fixed comparing models without required values.
2.1.4
++++++++++++++++++
* Allow to compare models based on their type and fields (rather than their reference).