Changes between Version 3 and Version 4 of Ticket #16774, comment 26
- Timestamp:
- May 3, 2021, 1:59:02 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16774, comment 26
v3 v4 1 I've tried to put everything said here in this patch https://github.com/Tijani-Dia/django/tree/ticket_16774 .1 I've tried to put everything said here in this patch https://github.com/Tijani-Dia/django/tree/ticket_16774( messed up with the branch, will fix soon). 2 2 3 3 These tests are the only failing one - in my environment at least -: … … 7 7 Let me know what do you think about it! 8 8 9 I also made the following patch https://github.com/Tijani-Dia/django/tree/ticket_22425 which adresses https://code.djangoproject.com/ticket/22425 10 I am putting it here since the two tickets are closely related. 11 12 I am ready to make any changes necessary - write docs for both tickets. 9 I am ready to make any changes necessary - write docs.