mirror of
https://github.com/django/django.git
synced 2025-10-30 09:06:13 +00:00
Fixed #36530 -- Extended fields.E347 to check for ManyToManyField involving CompositePrimaryKey on either side.
Thanks to Jacob Walls for the report.
This commit is contained in:
@@ -21,3 +21,7 @@ Bugfixes
|
||||
(:ticket:`36518`).
|
||||
|
||||
* Added compatibility for ``docutils`` 0.22 (:ticket:`36535`).
|
||||
|
||||
* Fixed a crash in Django 5.2 when using a ``ManyToManyField`` on a model with
|
||||
a composite primary key, by extending the ``fields.E347`` system check
|
||||
(:ticket:`36530`).
|
||||
|
||||
Reference in New Issue
Block a user