From 2e38f2015aba224b68a91a3012b87223f3046bb6 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Sat, 13 Apr 2019 15:03:26 +0200 Subject: Fixed #30350 -- Prevented recreation of migration for operations with a range object. Thanks to Mariusz Felisiak for helping with the patch. --- docs/releases/2.2.1.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.2.1.txt b/docs/releases/2.2.1.txt index 2b82a33d29..dcad58b2fd 100644 --- a/docs/releases/2.2.1.txt +++ b/docs/releases/2.2.1.txt @@ -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`). -- cgit v1.3