Author: timo Date: 2010-12-25 14:30:45 -0600 (Sat, 25 Dec 2010) New Revision: 15052
Modified: django/branches/releases/1.2.X/docs/ref/models/options.txt Log: [1.2.X] Fixed #14927 - typo in model option docs. thanks tiliv. Backport of r15051 from trunk. Modified: django/branches/releases/1.2.X/docs/ref/models/options.txt =================================================================== --- django/branches/releases/1.2.X/docs/ref/models/options.txt 2010-12-25 20:30:15 UTC (rev 15051) +++ django/branches/releases/1.2.X/docs/ref/models/options.txt 2010-12-25 20:30:45 UTC (rev 15052) @@ -110,7 +110,7 @@ 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 -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.