Merge pull request #76 from collerek/issue_73

connect db, bump ver, update releases
This commit is contained in:
collerek
2020-12-15 20:34:30 +07:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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",