Opened 7 years ago
Closed 7 years ago
#29629 closed Cleanup/optimization (duplicate)
Remove (deprecate?) django.utils.six
Description ¶
We no longer support Python 2 so might as well slim down the codebase. The only remaining use of six is to export python_2_unicode_compatible
which can be removed (or deprecated? not clear on policy) as well.
Note:
See TracTickets
for help on using tickets.
Duplicate of #27753.