Fixed #14927 - typo in model option docs. thanks tiliv.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15051 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Timo Graham 2010-12-25 20:30:15 +00:00
parent c4b8366884
commit 8a9be74776
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ model handling are exactly the same as normal. This includes
2. If a model with ``managed=False`` contains a
:class:`~django.db.models.ManyToManyField` that points to another
unmanaged model, then the intermediate table for the many-to-many join
will also not be created. However, a the intermediary table between one
will also not be created. However, the intermediary table between one
managed and one unmanaged model *will* be created.
If you need to change this default behavior, create the intermediary