diff options
| author | Timo Graham <timograham@gmail.com> | 2010-12-25 20:30:45 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2010-12-25 20:30:45 +0000 |
| commit | 3003ddec1a6718dfaa4d5c7a2efcfe637c735a9d (patch) | |
| tree | 68cf6377c0de7f9fba80e1c855923927b6c5022e /docs/ref/models | |
| parent | ba7a1518040cb10c803c73564049a6817f0130d8 (diff) | |
[1.2.X] Fixed #14927 - typo in model option docs. thanks tiliv.
Backport of r15051 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15052 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/options.txt b/docs/ref/models/options.txt index 1b04c4698c..e82974fa25 100644 --- a/docs/ref/models/options.txt +++ b/docs/ref/models/options.txt @@ -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 |
