From eeee0409ac83be1c8979b8acaa423422813daafa Mon Sep 17 00:00:00 2001 From: collerek Date: Mon, 14 Dec 2020 19:10:23 +0100 Subject: [PATCH] change issue in docs --- docs/releases.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index 097eadc..97cbf8e 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -1,7 +1,7 @@ # 0.7.4 * Allow multiple relations to the same related model/table. -* Fix for wrong relation column used in many_to_many relation joins (fix [#71][#71]) +* Fix for wrong relation column used in many_to_many relation joins (fix [#73][#73]) * Fix for wrong relation population for m2m relations when also fk relation present for same model. * Add check if user provide related_name if there are multiple relations to same table on one model. * More eager cleaning of the dead weak proxy models. @@ -201,4 +201,5 @@ Add queryset level methods [#60]: https://github.com/collerek/ormar/issues/60 [#68]: https://github.com/collerek/ormar/issues/68 [#70]: https://github.com/collerek/ormar/issues/70 -[#71]: https://github.com/collerek/ormar/issues/71 \ No newline at end of file +[#71]: https://github.com/collerek/ormar/issues/71 +[#73]: https://github.com/collerek/ormar/issues/73 \ No newline at end of file