Changes between Version 4 and Version 5 of Ticket #27753


Ignore:
Timestamp:
Jan 21, 2017, 2:44:03 PM (7 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27753 – Description

    v4 v5  
    55To allow this, compatibility functions or modules aren't removed. They're still importable. They're usually just aliases or no-ops. Here's a list of things to deprecate and remove eventually:
    66
     7- django.utils.six
    78- django.utils.lru_cache
    89- django.utils._os.abspathu, upath, npath
    910- django.utils.decorators.available_attrs
     11- django.utils.encoding.python_2_unicode_compatible
Back to Top