[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
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
.\" 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
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
.nf
.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)
.ft P
.fi