diff options
| author | Alasdair Nicol <alasdair@thenicols.net> | 2013-07-18 11:26:32 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-07-18 07:46:42 -0400 |
| commit | 9d9f670d935ba36e77af006cdac33dae21fedbd2 (patch) | |
| tree | 701a5b2d69dd34fd8c0be31dcc3ddeaabbe52488 | |
| parent | 0db3c45f80aa6b77ddda27487cbe2934ca0a7297 (diff) | |
[1.6.x] Fixed typo in inspectdb docs
Backport of 1131d4191f from master
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 25435c9381..3f70ea3c1d 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -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 :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 |
