From 93e719efdb6103e5e21b2779d8fb506765adbb70 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 1 Jul 2019 07:54:32 +0200 Subject: [PATCH] [2.2.x] Updated man page for Django 2.2. --- docs/man/django-admin.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1 index 65107a0bfc8..72c1da24466 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" "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