mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #32698 -- Moved HttpRequest.get_raw_uri() to ExceptionReporter._get_raw_insecure_uri().
This commit is contained in:
parent
ca34db4650
commit
8bcb00858e
7 changed files with 33 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue