From 9a9a428d738c763abcad568d763f13acda99b600 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 1 Nov 2022 07:02:20 +0100 Subject: [PATCH] [4.1.x] Updated man page for Django 4.1.3. --- docs/man/django-admin.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1 index e9e0b74e16..b1fc1ba42c 100644 --- a/docs/man/django-admin.1 +++ b/docs/man/django-admin.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "DJANGO-ADMIN" "1" "September 05, 2022" "4.1" "Django" +.TH "DJANGO-ADMIN" "1" "November 01, 2022" "4.1" "Django" .SH NAME django-admin \- Utility script for the Django web framework . @@ -1360,8 +1360,8 @@ separate ports by executing \fBdjango\-admin runserver\fP more than once. .sp Note that the default IP address, \fB127.0.0.1\fP, is not accessible from other machines on your network. To make your development server viewable to other -machines on the network, use its own IP address (e.g. \fB192.168.2.1\fP) or -\fB0.0.0.0\fP or \fB::\fP (with IPv6 enabled). +machines on the network, use its own IP address (e.g. \fB192.168.2.1\fP), \fB0\fP +(shortcut for \fB0.0.0.0\fP), \fB0.0.0.0\fP, or \fB::\fP (with IPv6 enabled). .sp You can provide an IPv6 address surrounded by brackets (e.g. \fB[200a::1]:8000\fP). This will automatically enable IPv6 support.