Changes between Version 91 and Version 92 of Ticket #23919


Ignore:
Timestamp:
Jan 26, 2017, 1:21:28 PM (7 years ago)
Author:
ChillarAnand
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23919 – Description

    v91 v92  
    1111 * either force/smart _text or force/smart _str [https://github.com/django/django/pull/7913 PR]
    1212* ~~`django.utils.html_parser.use_workaround`~~
    13 * ~~`django.utils.http` functions like `urlquote_plus` -- I think the versions of these functions on Python 3 don't have the unicode characters bug we are working around.~~
     13* ~~`django.utils.http` functions like `urlquote_plus` -- I think the versions of these functions on Python 3 don't have the unicode characters bug we are working around [https://github.com/django/django/pull/7953 PR]
    1414* ~~Stop using `django.utils.lru_cache`~~
    1515* ~~Figure the deprecation plan for `django.utils.lru_cache`~~ (staying for now)
Back to Top