Defer client loading in Django log handler (fixes GH-701)

This commit is contained in:
David Cramer 2016-01-21 09:31:50 -08:00
parent 41138e0862
commit cf6d9b32e2
1 changed files with 1 additions and 0 deletions

View File

@ -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
--------------