From f883bef05457a5a49eb31109429fc01737f82532 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Sun, 11 Aug 2024 13:08:00 +0200 Subject: Refs #35591 -- Removed hardcoded "stable" version in runserver warning. --- docs/intro/tutorial01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/intro/tutorial01.txt') diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index 0536eca2f7..3f89220949 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -135,7 +135,7 @@ You'll see the following output on the command line: Quit the server with CONTROL-C. 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/ .. note:: Ignore the warning about unapplied database migrations for now; we'll deal -- cgit v1.3