Skip to content

Commit

Permalink
Fixed #14927 - typo in model option docs. thanks tiliv.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15051 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
timgraham committed Dec 25, 2010
1 parent c4b8366 commit 8a9be74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/models/options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a9be74

Please sign in to comment.