Changes between Initial Version and Version 1 of Ticket #30953, comment 4


Ignore:
Timestamp:
Nov 17, 2019, 1:49:11 AM (4 years ago)
Author:
Abhijeet Viswa

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30953, comment 4

    initial v1  
    11Created a patch pull request on GitHub. ([PR #12082](https://github.com/django/django/pull/12082)).
    22
    3 I believe this bug qualifies under data loss bugs as the unexpected behavior caused due to this bug could cause race conditions (as was my case). I've added release notes to 2.2.8. However, I'm not sure if it should be added to 3.0 or 3.1 and should be backported to 2.1. Please guide me on this so that I can modify the patch appropriately.
     3I believe this bug qualifies under data loss bugs as the unexpected behavior caused due to this bug could cause race conditions (as was the case for me for my project). I've added release notes to 2.2.8. However, I'm not sure if it should be added to 3.0 or 3.1 and should be backported to 2.1. Please guide me on this so that I can modify the patch appropriately.
Back to Top