From cf6d9b32e2b00d0c9e90e1ad5004d7524c3bdf9f Mon Sep 17 00:00:00 2001 From: David Cramer Date: Thu, 21 Jan 2016 09:31:50 -0800 Subject: [PATCH] Defer client loading in Django log handler (fixes GH-701) --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index ade3b31a..bb710940 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,7 @@ Version 5.10.1 on data sanitization if those bytes were outside of the ASCII range. * Django client no longer requires the user object to be a subclass of the base model. +* Corrected an issue with the Django log handler which would cause a recursive import. Version 5.10.0 --------------