mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #24104 -- Added missing release notes
Forwardport of 3d4a826174 from stable/1.7.x
This commit is contained in:
@@ -20,3 +20,7 @@ Bugfixes
|
|||||||
|
|
||||||
* Prevented the ``static.serve`` view from producing ``ResourceWarning``\s in
|
* Prevented the ``static.serve`` view from producing ``ResourceWarning``\s in
|
||||||
certain circumstances (security fix regression, :ticket:`24193`).
|
certain circumstances (security fix regression, :ticket:`24193`).
|
||||||
|
|
||||||
|
* Fixed schema check for ManyToManyField to look for internal type instead
|
||||||
|
of checking class instance, so you can write custom m2m-like fields with the
|
||||||
|
same behavior. (:ticket:`24104`).
|
||||||
|
|||||||
Reference in New Issue
Block a user