summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2024-08-11 13:08:00 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-08-12 10:57:02 +0200
commitf883bef05457a5a49eb31109429fc01737f82532 (patch)
tree848716e2567f1d10c7a2f6c2367871579fb25c92 /docs/ref/django-admin.txt
parentf16a9a556fb4225f9094048614f4fcec3db7e067 (diff)
Refs #35591 -- Removed hardcoded "stable" version in runserver warning.
Diffstat (limited to 'docs/ref/django-admin.txt')
-rw-r--r--docs/ref/django-admin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 52eaaa331b..f2c9e1bdc3 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -957,7 +957,7 @@ suitable for production:
.. code-block:: text
WARNING: This is a development server. Do not use it in a production setting. Use a production WSGI or ASGI server instead.
- For more information on production servers see: https://docs.djangoproject.com/en/stable/howto/deployment/
+ For more information on production servers see: https://docs.djangoproject.com/en/|version|/howto/deployment/
Set this environment variable to ``"true"`` to hide this warning.