diff options
| author | Oscar Ramirez <tuxskar@gmail.com> | 2014-12-17 00:30:26 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-22 07:24:54 -0500 |
| commit | 54085b0f9ba7d9f705f9b9c90d3433b0ef6aa042 (patch) | |
| tree | 7edf36c9f52427467d62e47a2a087a1c0a15ae89 /docs | |
| parent | 936e87c97ba57c75708a240d9bfe71215d84faa3 (diff) | |
Fixed #23998 -- Added datetime.time support to migrations questioner.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.2.txt | 2 |
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`). |
