mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #24725 -- Allowed renaming of target models in ManyToMany relations
This is a regression caused by introducing rendered migration states in1aa3e09c20
and 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:
parent
cf34ee68f0
commit
63f9b633f9
3 changed files with 30 additions and 1 deletions
|
@ -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
|
||||
=============
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue