connect db, bump ver, update releases
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
# 0.7.5
|
||||||
|
|
||||||
|
* Fix for wrong relation column name in many_to_many relation joins (fix [#73][#73])
|
||||||
|
|
||||||
# 0.7.4
|
# 0.7.4
|
||||||
|
|
||||||
* Allow multiple relations to the same related model/table.
|
* Allow multiple relations to the same related model/table.
|
||||||
|
|||||||
@ -44,7 +44,7 @@ class UndefinedType: # pragma no cover
|
|||||||
|
|
||||||
Undefined = UndefinedType()
|
Undefined = UndefinedType()
|
||||||
|
|
||||||
__version__ = "0.7.4"
|
__version__ = "0.7.5"
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"Integer",
|
"Integer",
|
||||||
"BigInteger",
|
"BigInteger",
|
||||||
|
|||||||
Reference in New Issue
Block a user