Merge pull request #1368 from alasdairnicol/inspectdb_docs

Fixed typo in inspectdb docs
This commit is contained in:
Marc Tamlyn 2013-07-18 04:01:15 -07:00
commit bd92a12fae
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,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
: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.
The :djadminopt:`--database` option may be used to specify the