mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #24725 -- Allowed renaming of target models in ManyToMany relations
This is a regression caused by introducing rendered migration states in1aa3e09c20and the _meta refactoring infb48eb0581. Thanks to Danilo Bargen for reporting the issue and Marten Kenbeek and Tim Graham for triaging the bug and providing the initial test case.
This commit is contained in:
@@ -72,6 +72,9 @@ Bugfixes
|
||||
* Restored the ability to use iterators as queryset filter arguments
|
||||
(:ticket:`24719`).
|
||||
|
||||
* Fixed a migration crash when renaming the target model of a many-to-many
|
||||
relation (:ticket:`24725`).
|
||||
|
||||
Optimizations
|
||||
=============
|
||||
|
||||
|
||||
Reference in New Issue
Block a user