1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

[2.2.x] Updated man page for Django 2.2.

This commit is contained in:
Mariusz Felisiak 2019-07-01 07:54:32 +02:00
parent 4f2713ff0e
commit 93e719efdb

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "DJANGO-ADMIN" "1" "May 01, 2019" "2.2" "Django" .TH "DJANGO-ADMIN" "1" "July 01, 2019" "2.2" "Django"
.SH NAME .SH NAME
django-admin \- Utility script for the Django Web framework django-admin \- Utility script for the Django Web framework
. .
@ -2600,7 +2600,7 @@ support the \fBstdout\fP and \fBstderr\fP options. For example, you could write:
.sp .sp
.nf .nf
.ft C .ft C
with open(\(aq/path/to/command_output\(aq) as f: with open(\(aq/path/to/command_output\(aq, \(aqw\(aq) as f:
management.call_command(\(aqdumpdata\(aq, stdout=f) management.call_command(\(aqdumpdata\(aq, stdout=f)
.ft P .ft P
.fi .fi