mirror of
https://github.com/django/django.git
synced 2025-03-13 10:50:55 +00:00
[1.6.x] Fixed #21337 -- Documented removal of django.core.servers.basehttp.WSGIServerException
refs 2ca00faa913754cd5860f6e1f23c8da2529c691a Backport of b47a052eb5 from master
This commit is contained in:
parent
ec0a3f5085
commit
aa645d20df
@ -31,3 +31,9 @@ Bugfixes
|
|||||||
Oracle and MySQL (#21203, #21126).
|
Oracle and MySQL (#21203, #21126).
|
||||||
* Fixed crashes when using combinations of ``annotate()``,
|
* Fixed crashes when using combinations of ``annotate()``,
|
||||||
``select_related()``, and ``only()`` (#16436).
|
``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.
|
||||||
|
@ -899,6 +899,10 @@ Miscellaneous
|
|||||||
to prevent django from deleting the temporary .pot file it generates before
|
to prevent django from deleting the temporary .pot file it generates before
|
||||||
creating the .po file.
|
creating the .po file.
|
||||||
|
|
||||||
|
* The undocumented ``django.core.servers.basehttp.WSGIServerException`` has
|
||||||
|
been removed. Use ``socket.error`` provided by the standard library instead.
|
||||||
|
This change was also released in Django 1.5.5.
|
||||||
|
|
||||||
Features deprecated in 1.6
|
Features deprecated in 1.6
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user