Changes between Initial Version and Version 2 of Ticket #29016
- Timestamp:
- Jan 12, 2018, 11:18:27 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29016
- Property Summary Reuse of UpdateQuery breaks delete some updates → Reuse of UpdateQuery breaks some delete updates
- Property Has patch set
-
Ticket #29016 – Description
initial v2 42 42 43 43 A mis-reuse of an UpdateQuery seems to be the cause of this bug. 44 The attached patch fixes the issue.45 44 46 45 After search on the django bug tracker I have found another issue with the same patch attached #28099. … … 48 47 49 48 This issue has been found on version 1.11 and 2.0 of Django. 49 50 I have created a new branch on my github account with patch and test associated: https://github.com/Nimn/django/tree/ticket_29016