Commit 9074d2f5 authored by Tim Graham's avatar Tim Graham
Browse files

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

refs 2ca00faa

Backport of b47a052e from master
parent 3b4b376b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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.