summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-02-19 15:22:01 -0800
committerTim Graham <timograham@gmail.com>2013-02-19 15:22:01 -0800
commit9dde0dc631f10cea1e7e086b48b18585f5985c3f (patch)
treea0d57d3b1b630fecb04462c0fff029bc4a653cdd /docs
parent132d5822b0651bd0f192388693cb22263e68ddf5 (diff)
parent3f49d91463fcb74611d8b3eb19f5b68c6aae6812 (diff)
Merge pull request #739 from JustinTArthur/ticket-19855
Fixed typo in legacy database how to
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/legacy-databases.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/legacy-databases.txt b/docs/howto/legacy-databases.txt
index 67bce7e976..6846e4b2df 100644
--- a/docs/howto/legacy-databases.txt
+++ b/docs/howto/legacy-databases.txt
@@ -70,7 +70,7 @@ If you wanted to modify existing data on your ``CENSUS_PERSONS`` SQL table
with Django you'd need to change the ``managed`` option highlighted above to
``True`` (or simply remove it to let it because ``True`` is its default value).
-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.
.. versionchanged:: 1.6