From fdf4dc6cea0cdfea061f2d72a368adf6a8d24157 Mon Sep 17 00:00:00 2001 From: Andriy Sokolovskiy Date: Sat, 6 Dec 2014 22:43:19 +0200 Subject: [1.7.x] Fixed #23405 -- Fixed makemigrations prompt when adding Text/CharField. A default is no longer required. Backport of d8f3b86a7691c8aa0ec8f5a064ad4c3218250fed from master --- docs/releases/1.7.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index 338bfdd54c..ea086490cf 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -140,3 +140,6 @@ Bugfixes a user specified ``default``. For example, a ``CharField`` with ``blank=True`` didn't set existing rows to an empty string which resulted in a crash when adding the ``NOT NULL`` constraint (:ticket:`23987`). + +* ``makemigrations`` no longer prompts for a default value when adding + ``TextField()`` or ``CharField()`` without a ``default`` (:ticket:`23405`). -- cgit v1.3