Changes between Initial Version and Version 1 of Ticket #24236


Ignore:
Timestamp:
Jan 28, 2015, 5:24:28 AM (10 years ago)
Author:
Andriy Sokolovskiy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24236 – Description

    initial v1  
    11Regression introduced in 3d4a826174b7a411a03be39725e60c940944a7fe
    22
    3 If a custom `ManyToManyField` doesn't define a `get_internal_type(): return "ManyToManyField` the schema backends won't recognize it as a m2m field and thus don't treat it as such.
     3If user writes a class, inherited from `ManyToManyField` ("custom" m2m field) and doesn't define a `get_internal_type(): return "ManyToManyField` the schema backends won't recognize it as a m2m field and thus don't treat it as such.
    44
    55This breaks existing code.
Back to Top