diff options
| author | Marc Tamlyn <marc.tamlyn@gmail.com> | 2013-07-18 04:01:15 -0700 |
|---|---|---|
| committer | Marc Tamlyn <marc.tamlyn@gmail.com> | 2013-07-18 04:01:15 -0700 |
| commit | bd92a12fae1e631b240aafb5c482088e512da331 (patch) | |
| tree | 8ecb9446a241e9c3f51f83d92a66689c832eda59 /docs | |
| parent | a3e7d73ed7d90d31de46c60d40424267f62e411c (diff) | |
| parent | 1131d4191f4819978dd4ca857593091c1703ccce (diff) | |
Merge pull request #1368 from alasdairnicol/inspectdb_docs
Fixed typo in inspectdb docs
Diffstat (limited to 'docs')
| -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 28c4c66517..d16766618a 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -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 |
