diff options
| author | Florian Apolloner <florian@apolloner.eu> | 2019-04-13 15:03:26 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-04-14 12:04:48 +0200 |
| commit | 2e38f2015aba224b68a91a3012b87223f3046bb6 (patch) | |
| tree | 073a5af35d7d6a435df418e9596dad5a88a92f51 /docs | |
| parent | 1afbc96a75bd1765a56054f57ea2d4b238af3f4d (diff) | |
Fixed #30350 -- Prevented recreation of migration for operations with a range object.
Thanks to Mariusz Felisiak for helping with the patch.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.2.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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`). |
