From ceb1ffcc8da92a82338582bc6801de4bc8f05e32 Mon Sep 17 00:00:00 2001 From: Andy Chosak Date: Wed, 8 Oct 2014 15:12:42 -0400 Subject: Fixed #23420 - broken warning for unbound naive datetime objects Fixed issue with warning message displayed for unbound naive datetime objects when USE_TZ is True. Adds unit test that demonstrates the issue (discoverable when using a custom lookup in MySQL). --- 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 7b455db62e..e50875305a 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -43,3 +43,6 @@ Bugfixes * Fixed a migrations crash when adding ``GeometryField``\s with ``blank=True`` on PostGIS (:ticket:`23731`). + +* Allowed usage of ``DateTimeField()`` as ``Transform.output_field`` + (:ticket:`23420`). -- cgit v1.3