mirror of
https://github.com/django/django.git
synced 2025-08-18 09:40:51 +00:00
[2.1.x] Fixed typos in comments and docs.
Backport of 97e637a87f
from master
This commit is contained in:
parent
7da1e45dc5
commit
adfd261404
19 changed files with 21 additions and 22 deletions
|
@ -362,7 +362,7 @@ but for now, remember the three-step guide to making model changes:
|
|||
The reason that there are separate commands to make and apply migrations is
|
||||
because you'll commit migrations to your version control system and ship them
|
||||
with your app; they not only make your development easier, they're also
|
||||
useable by other developers and in production.
|
||||
usable by other developers and in production.
|
||||
|
||||
Read the :doc:`django-admin documentation </ref/django-admin>` for full
|
||||
information on what the ``manage.py`` utility can do.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue