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:
committed by
Tim Graham
parent
d6e2bbe734
commit
788fa9fffa
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user