bump version, update realease docs
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
# 0.7.3
|
||||||
|
|
||||||
|
* Fix for setting fetching related model with UUDI pk, which is a string in raw (fix [#71][#71])
|
||||||
|
|
||||||
# 0.7.2
|
# 0.7.2
|
||||||
|
|
||||||
* Fix for overwriting related models with pk only in `Model.update() with fields passed as parameters` (fix [#70][#70])
|
* Fix for overwriting related models with pk only in `Model.update() with fields passed as parameters` (fix [#70][#70])
|
||||||
@ -189,3 +193,4 @@ Add queryset level methods
|
|||||||
[#60]: https://github.com/collerek/ormar/issues/60
|
[#60]: https://github.com/collerek/ormar/issues/60
|
||||||
[#68]: https://github.com/collerek/ormar/issues/68
|
[#68]: https://github.com/collerek/ormar/issues/68
|
||||||
[#70]: https://github.com/collerek/ormar/issues/70
|
[#70]: https://github.com/collerek/ormar/issues/70
|
||||||
|
[#71]: https://github.com/collerek/ormar/issues/71
|
||||||
@ -44,7 +44,7 @@ class UndefinedType: # pragma no cover
|
|||||||
|
|
||||||
Undefined = UndefinedType()
|
Undefined = UndefinedType()
|
||||||
|
|
||||||
__version__ = "0.7.2"
|
__version__ = "0.7.3"
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"Integer",
|
"Integer",
|
||||||
"BigInteger",
|
"BigInteger",
|
||||||
|
|||||||
Reference in New Issue
Block a user