Changes between Version 2 and Version 3 of Ticket #20869, comment 23
- Timestamp:
- Aug 14, 2013, 7:59:12 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20869, comment 23
v2 v3 1 So, [https://github.com/adambrenecki/django/tree/ticket_20869 my patch] now works on Python 3, and the tests now pass. 1 So, my patch now works on Python 3, and the tests now pass. 2 3 ''edit:'' Now squashed and as a GitHub PR: https://github.com/django/django/pull/1477 2 4 3 5 Should I write any new tests? Should I also make `_check_token_present` in the tests assert that the CSRF token in the body `!=` the plaintext token (to make sure that this vulnerability isn't reintroduced somehow by accident)?