cleanup, update docs, bump version

This commit is contained in:
collerek
2020-12-14 19:05:54 +01:00
parent 0d95f3b90d
commit 89a55d36b8
6 changed files with 122 additions and 8 deletions

View File

@ -3,7 +3,8 @@
* 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 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
* 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.
# 0.7.3