#24236: Custom ManyToManyFields don't generate SQL database changes
-------------------------------------+-------------------------------------
               Reporter:  MarkusH    |          Owner:  MarkusH
                   Type:             |         Status:  new
  Uncategorized                      |
              Component:  Database   |        Version:  1.7
  layer (models, ORM)                |
               Severity:  Release    |       Keywords:
  blocker                            |
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 Regression introduced in 3d4a826174b7a411a03be39725e60c940944a7fe

 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.

 This breaks existing code.

--
Ticket URL: <https://code.djangoproject.com/ticket/24236>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.783d78299c7cb156edf1b6ac5413b9b1%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to