Changes between Initial Version and Version 1 of Ticket #24998
- Timestamp:
- Jun 18, 2015, 4:04:52 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24998 – Description
initial v1 1 If two models have a ManyToManyField pointing to the same model, the query generate for the lookup is incorrect. I have created a repo on github with a simple test (https://github.com/arthurio/manytomanybug/releases/tag/v1.0) and you can also find the code enclosed as a .zip file.1 If two models have a ManyToManyField pointing to the same model, the query generated for the lookup is incorrect. I have created a repo on github with a simple test (https://github.com/arthurio/manytomanybug/releases/tag/v1.0) and you can also find the code enclosed as a .zip file. 2 2 3 3 There are 3 models: