From 9d9f670d935ba36e77af006cdac33dae21fedbd2 Mon Sep 17 00:00:00 2001 From: Alasdair Nicol Date: Thu, 18 Jul 2013 11:26:32 +0100 Subject: [PATCH] [1.6.x] Fixed typo in inspectdb docs Backport of 1131d4191f from master --- docs/ref/django-admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 25435c93819..3f70ea3c1db 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 ` 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