Ticket #14927: docfix.diff

File docfix.diff, 721 bytes (added by Tim Valenta, 13 years ago)

Removes double article in sentence.

  • docs/ref/models/options.txt

     
    110110    2. If a model with ``managed=False`` contains a
    111111       :class:`~django.db.models.ManyToManyField` that points to another
    112112       unmanaged model, then the intermediate table for the many-to-many join
    113        will also not be created. However, a the intermediary table between one
     113       will also not be created. However, the intermediary table between one
    114114       managed and one unmanaged model *will* be created.
    115115
    116116       If you need to change this default behavior, create the intermediary
Back to Top