Changes between Version 108 and Version 109 of Ticket #23919


Ignore:
Timestamp:
Feb 15, 2017, 2:44:30 PM (7 years ago)
Author:
Collin Anderson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23919 – Description

    v108 v109  
    3838* ~~Evaluate need for `assertRegex`, `assertRaisesRegex` in tests. Some usage is merely to account for differences in messages between Python 2 and 3.~~
    3939* ~~`re.U`, `re.UNICODE` (default behavior of Python 3)~~ - [https://github.com/django/django/pull/7879 PR 7879]
    40 * deprecate `cache.has_key()` ?
Back to Top