1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed typo in docs/releases/4.1.txt.

This commit is contained in:
Mariusz Felisiak
2022-01-25 10:57:05 +01:00
committed by GitHub
parent eeca934238
commit 34aba9c06e

View File

@@ -211,7 +211,7 @@ Management Commands
* :option:`makemigrations --no-input` now logs default answers and reasons why
migrations cannot be created.
* The new :option:`makemigrations --scriptable` options diverts log output and
* The new :option:`makemigrations --scriptable` option diverts log output and
input prompts to ``stderr``, writing only paths of generated migration files
to ``stdout``.