summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOscar Ramirez <tuxskar@gmail.com>2014-12-17 00:30:26 +0100
committerTim Graham <timograham@gmail.com>2014-12-22 07:26:57 -0500
commit1ad5deedd4c51729be680e3c2730c2ef5ab4f831 (patch)
tree5cce4908603db1ed1c9e5794dfef947f8e4caf85 /docs
parentc24624025bf7fe741a882e79b892055688245cc2 (diff)
[1.7.x] Fixed #23998 -- Added datetime.time support to migrations questioner.
Backport of 54085b0f9ba7d9f705f9b9c90d3433b0ef6aa042 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.2.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt
index fc7bb98349..ef65a37963 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -158,3 +158,5 @@ Bugfixes
* Added quoting to field indexes in the SQL generated by migrations to prevent
a crash when the index name requires it (:ticket:`#24015`).
+
+* Added ``datetime.time`` support to migrations questioner (:ticket:`23998`).