Changes between Initial Version and Version 1 of Ticket #29440, comment 6
- Timestamp:
- May 26, 2018, 5:23:11 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29440, comment 6
initial v1 1 I have add a PR, which tries to make the "bulk" argument more consistently documented:1 I have added a PR, which tries to make the "bulk" argument more consistently documented: 2 2 3 3 - the signatures for clear() and remove() did not reference "bulk" at all 4 4 5 - I added a note in clear(), remove() and set() to the effect that the "bulk" argument does not exist .5 - I added a note in clear(), remove() and set() to the effect that the "bulk" argument does not exist for many-to-many relations. 6 6 7 7 https://github.com/django/django/pull/9982