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 dc17aaa commit e32074bCopy full SHA for e32074b
CHANGELOG.md
@@ -25,6 +25,11 @@ Version numbers should follow https://semver.org/spec/v2.0.0.html
25
26
- Moved from `setup.py` to `poetry` for building released packages.
27
28
+### Fixed
29
+
30
+- Many-to-many connections aren't added when using explicit through models.
31
+ The foreign-key connections from the through table are enough. #46
32
33
34
## [1.2.0] - 2020-03-01
35
0 commit comments