mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
[2.2.x] Fixed #30350 -- Prevented recreation of migration for operations with a range object.
Thanks to Mariusz Felisiak for helping with the patch.
Backport of 2e38f2015a
from master.
This commit is contained in:
parent
5ed5ce5211
commit
896cc71901
3 changed files with 10 additions and 1 deletions
|
@ -25,3 +25,7 @@ Bugfixes
|
|||
|
||||
* Fixed a regression in Django 2.2 that caused a single instance fast-delete
|
||||
to not set the primary key to ``None`` (:ticket:`30330`).
|
||||
|
||||
* Prevented :djadmin:`makemigrations` from generating infinite migrations for
|
||||
check constraints and partial indexes when ``condition`` contains
|
||||
a :class:`~python:range` object (:ticket:`30350`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue