diff options
| author | Berker Peksag <berker.peksag@gmail.com> | 2014-11-20 11:28:16 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-20 08:45:11 -0500 |
| commit | 788fa9fffa0105d391b8fe35f2894bc5b4e29066 (patch) | |
| tree | 63df8a6ab2c70c2a8b67ab3e202010ed5e3a3bdb /docs | |
| parent | d6e2bbe734fe65f1cec825b9c507ad7bbb09f2f0 (diff) | |
Fixed #12098 -- Simplified HttpRequest.__repr__().
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index cbd63495c5..97317b8298 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -777,6 +777,10 @@ Miscellaneous * Warnings from the MySQL database backend are no longer converted to exceptions when :setting:`DEBUG` is ``True``. +* :class:`~django.http.HttpRequest` now has a simplified ``repr`` (e.g. + ``<WSGIRequest: GET '/somepath/'>``). This won't change the behavior of + the :class:`~django.views.debug.SafeExceptionReporterFilter` class. + .. _deprecated-features-1.8: Features deprecated in 1.8 |
