summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-10-30 07:46:07 -0400
committerTim Graham <timograham@gmail.com>2013-10-30 07:48:16 -0400
commit9074d2f5f9f32d851eb938418a77bdb24131536f (patch)
treea88217a4149e8a136f2fb6876d57b9c5f507b549 /docs
parent3b4b376bd1dde3cbe64cf8f1a4fb1756904af710 (diff)
[1.5.x] Fixed #21337 -- Documented removal of django.core.servers.basehttp.WSGIServerException
refs 2ca00faa913754cd5860f6e1f23c8da2529c691a Backport of b47a052eb5 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.5.5.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/1.5.5.txt b/docs/releases/1.5.5.txt
index 92e57f54a5..052caa8fa3 100644
--- a/docs/releases/1.5.5.txt
+++ b/docs/releases/1.5.5.txt
@@ -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.