diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2021-04-29 14:35:11 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-04-30 08:05:42 +0200 |
| commit | 8bcb00858e0ddec79cc96669c238d29c30d7effb (patch) | |
| tree | cba5b4df1cd188543adc523ccedfead1ac26075d /docs | |
| parent | ca34db46504fca1221e27f6ab13734dfdfde6e1c (diff) | |
Fixed #32698 -- Moved HttpRequest.get_raw_uri() to ExceptionReporter._get_raw_insecure_uri().
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.0.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt index e7eab6fa43..3f65e68c84 100644 --- a/docs/releases/4.0.txt +++ b/docs/releases/4.0.txt @@ -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 |
