1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #12098 -- Simplified HttpRequest.__repr__().

This commit is contained in:
Berker Peksag
2014-11-20 11:28:16 +02:00
committed by Tim Graham
parent d6e2bbe734
commit 788fa9fffa
3 changed files with 27 additions and 6 deletions

View File

@@ -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