Ticket #14927: docfix.diff
File docfix.diff, 721 bytes (added by , 14 years ago) |
---|
-
docs/ref/models/options.txt
110 110 2. If a model with ``managed=False`` contains a 111 111 :class:`~django.db.models.ManyToManyField` that points to another 112 112 unmanaged model, then the intermediate table for the many-to-many join 113 will also not be created. However, athe intermediary table between one113 will also not be created. However, the intermediary table between one 114 114 managed and one unmanaged model *will* be created. 115 115 116 116 If you need to change this default behavior, create the intermediary