Changes between Initial Version and Version 1 of Ticket #24998


Ignore:
Timestamp:
Jun 18, 2015, 4:04:52 AM (9 years ago)
Author:
Arthur Rio
Comment:

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.
     1If 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.
    22
    33There are 3 models:
Back to Top