Merge pull request #76 from collerek/issue_73
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
|
||||
|
||||
* Allow multiple relations to the same related model/table.
|
||||
|
||||
@ -44,7 +44,7 @@ class UndefinedType: # pragma no cover
|
||||
|
||||
Undefined = UndefinedType()
|
||||
|
||||
__version__ = "0.7.4"
|
||||
__version__ = "0.7.5"
|
||||
__all__ = [
|
||||
"Integer",
|
||||
"BigInteger",
|
||||
|
||||
Reference in New Issue
Block a user