Changes between Version 1 and Version 2 of Ticket #20869, comment 23
- Timestamp:
- Aug 11, 2013, 1:46:25 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20869, comment 23
v1 v2 1 So, my patchnow works on Python 3, and the tests now pass.1 So, [https://github.com/adambrenecki/django/tree/ticket_20869 my patch] now works on Python 3, and the tests now pass. 2 2 3 3 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)?