Changes between Version 91 and Version 92 of Ticket #23919
- Timestamp:
- Jan 26, 2017, 1:21:28 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23919 – Description
v91 v92 11 11 * either force/smart _text or force/smart _str [https://github.com/django/django/pull/7913 PR] 12 12 * ~~`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] 14 14 * ~~Stop using `django.utils.lru_cache`~~ 15 15 * ~~Figure the deprecation plan for `django.utils.lru_cache`~~ (staying for now)