mirror of
https://github.com/django/django.git
synced 2025-03-26 17:20:49 +00:00
[1.6.x] Fixed typo in inspectdb docs
Backport of 1131d4191f from master
This commit is contained in:
parent
0db3c45f80
commit
9d9f670d93
@ -323,7 +323,7 @@ you need to perform on the resulting ``models.py`` file is to change the
|
|||||||
Python declaration of each one of these models to specify it is a
|
Python declaration of each one of these models to specify it is a
|
||||||
:attr:`managed <django.db.models.Options.managed>` one.
|
:attr:`managed <django.db.models.Options.managed>` one.
|
||||||
|
|
||||||
This servers as an explicit opt-in to give your nascent Django project write
|
This serves as an explicit opt-in to give your nascent Django project write
|
||||||
access to your precious data on a model by model basis.
|
access to your precious data on a model by model basis.
|
||||||
|
|
||||||
The :djadminopt:`--database` option may be used to specify the
|
The :djadminopt:`--database` option may be used to specify the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user