mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
uprev
This commit is contained in:
+3
-3
@@ -3,14 +3,14 @@
|
||||
History
|
||||
-------
|
||||
|
||||
v0.3.0 (TBC)
|
||||
............
|
||||
v0.3.0 (2017-06-21)
|
||||
...................
|
||||
* immutable models via ``config.allow_mutation = False``, associated cleanup and performance improvement #44
|
||||
* immutable helper methods ``construct()`` and ``copy()`` #53
|
||||
* allow pickling of models #53
|
||||
* ``setattr`` is removed as ``__setattr__`` is now intelligent #44
|
||||
* ``raise_exception`` removed, Models now always raise exceptions #44
|
||||
* instance method validators removed TODO
|
||||
* instance method validators removed
|
||||
* django-restful-framework benchmarks added #47
|
||||
* fix inheritance bug #49
|
||||
* make str type stricter so list, dict etc are not coerced to strings. #52
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@ from distutils.version import StrictVersion
|
||||
|
||||
__all__ = ['VERSION']
|
||||
|
||||
VERSION = StrictVersion('0.3.0a1')
|
||||
VERSION = StrictVersion('0.3.0')
|
||||
|
||||
Reference in New Issue
Block a user