We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d240306 commit 4279817Copy full SHA for 4279817
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
See also: [Github Release Page](https://github.com/enpaul/peewee-plus/releases).
4
5
+## Version 1.3.0
6
+
7
+View this release on: [Github](https://github.com/enpaul/peewee-plus/releases/tag/1.3.0),
8
+[PyPI](https://pypi.org/project/peewee-plus/1.3.0/)
9
10
+- Add field for storing Datetime Timedeltas
11
+- **BREAKING CHANGE**: Update `JSONField` to raise `ValueError` instead of
12
+ `IntegrityError` on bad data write
13
+- Update tests to account for more cases and test public API validity
14
15
## Version 1.2.1
16
17
View this release on: [Github](https://github.com/enpaul/peewee-plus/releases/tag/1.2.1),
0 commit comments