From d7c75c7864b382ec0af44b0af66a0e2d251981a7 Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Fri, 10 May 2024 10:19:50 +0200 Subject: [PATCH] :pencil: Remove placeholder from changelog --- docs/changelog.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 939dab2..517098c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,11 +7,6 @@ Changelog Feature release with improved JS support. -💥 This feature release has a potential breaking change. The ``CookieGroup.varname`` -field now has a unique constraint on it. The ``Cookie`` model now has a unique -constraint on ``cookiegroup``, ``name`` and ``domain``. If you have duplicate values, -this migration will crash. - **💥 Breaking changes** Some (database) unique constraints have been added to the model fields. If you have