summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/urls.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/ref/urls.txt b/docs/ref/urls.txt
index 1527a34720..ce14817c22 100644
--- a/docs/ref/urls.txt
+++ b/docs/ref/urls.txt
@@ -141,8 +141,11 @@ Helper function to return a URL pattern for serving files in debug mode::
.. function:: url(regex, view, kwargs=None, name=None)
-This function is an alias to :func:`django.urls.re_path()`. It's likely to be
-deprecated in a future release.
+This function is an alias to :func:`django.urls.re_path()`.
+
+.. deprecated:: 3.1
+
+ Alias of :func:`django.urls.re_path` for backwards compatibility.
``handler400``
==============