Changes between Initial Version and Version 1 of Ticket #26679, comment 2


Ignore:
Timestamp:
May 30, 2016, 6:16:45 PM (8 years ago)
Author:
Ketan Bhatt

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26679, comment 2

    initial v1  
    1 It says [here](https://docs.djangoproject.com/en/dev/topics/db/models/#intermediary-manytomany) that:
     1It says [https://docs.djangoproject.com/en/dev/topics/db/models/#intermediary-manytomany here] that:
    221. "Unlike normal many-to-many fields, you can’t use add(), create(), or set() to create relationships"
    332. "The remove() method is disabled"
    443. "However, the clear() method can be used"
    55
    6 Should I link to this part of the documentation in the [note in Related objects reference](https://docs.djangoproject.com/en/dev/ref/models/relations/#django.db.models.fields.related.RelatedManager.set), or just state that only `clear()` can be used?
     6Should I link to this part of the documentation in the [https://docs.djangoproject.com/en/dev/ref/models/relations/#django.db.models.fields.related.RelatedManager.set note in Related objects Reference], or just state that only `clear()` can be used?
Back to Top