mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #32698 -- Moved HttpRequest.get_raw_uri() to ExceptionReporter._get_raw_insecure_uri().
This commit is contained in:
committed by
Mariusz Felisiak
parent
ca34db4650
commit
8bcb00858e
@@ -399,6 +399,9 @@ Miscellaneous
|
||||
* The undocumented ``django.contrib.admin.utils.lookup_needs_distinct()``
|
||||
function is renamed to ``lookup_spawns_duplicates()``.
|
||||
|
||||
* The undocumented ``HttpRequest.get_raw_uri()`` method is removed. The
|
||||
:meth:`.HttpRequest.build_absolute_uri` method may be a suitable alternative.
|
||||
|
||||
.. _deprecated-features-4.0:
|
||||
|
||||
Features deprecated in 4.0
|
||||
|
||||
Reference in New Issue
Block a user