Changes between Initial Version and Version 1 of Ticket #26679, comment 2
- Timestamp:
- May 30, 2016, 6:16:45 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26679, comment 2
initial v1 1 It says [h ere](https://docs.djangoproject.com/en/dev/topics/db/models/#intermediary-manytomany)that:1 It says [https://docs.djangoproject.com/en/dev/topics/db/models/#intermediary-manytomany here] that: 2 2 1. "Unlike normal many-to-many fields, you can’t use add(), create(), or set() to create relationships" 3 3 2. "The remove() method is disabled" 4 4 3. "However, the clear() method can be used" 5 5 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?6 Should 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?