1
0
mirror of https://github.com/django/django.git synced 2025-03-14 03:10:45 +00:00

[1.5.x] Fixed #21337 -- Documented removal of django.core.servers.basehttp.WSGIServerException

refs 2ca00faa913754cd5860f6e1f23c8da2529c691a

Backport of b47a052eb5 from master
This commit is contained in:
Tim Graham 2013-10-30 07:46:07 -04:00
parent 3b4b376bd1
commit 9074d2f5f9

View File

@ -31,3 +31,9 @@ Bugfixes
Oracle and MySQL (#21203, #21126).
* Fixed crashes when using combinations of ``annotate()``,
``select_related()``, and ``only()`` (#16436).
Backwards incompatible changes
==============================
* The undocumented ``django.core.servers.basehttp.WSGIServerException`` has
been removed. Use ``socket.error`` provided by the standard library instead.