fix translating to dict lists with same name of relation but different target models

This commit is contained in:
collerek
2021-04-01 17:40:38 +02:00
parent 749975d665
commit 9fcd7b8eef
2 changed files with 6 additions and 4 deletions

View File

@ -24,6 +24,7 @@
* Fix improper relation field resolution in `QuerysetProxy` if fk column has different database alias.
* Fix hitting recursion error with very complicated models structure with loops when calling `dict()`.
* Fix bug when two non-relation fields were merged (appended) in query result when they were not relation fields (i.e. JSON)
* Fix bug when during translation to dict from list the same relation name is used in chain but leads to different models
## Other