Changes between Version 77 and Version 79 of Ticket #23919


Ignore:
Timestamp:
Jan 22, 2017, 1:21:01 PM (7 years ago)
Author:
Claude Paroz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23919 – Description

    v77 v79  
    1414* ~~Stop using `django.utils.lru_cache`~~
    1515* ~~Figure the deprecation plan for `django.utils.lru_cache`~~ (staying for now)
    16 * `django.utils.six` - Remaining: [https://github.com/django/django/pull/7878 PR 7878]
     16* ~~`django.utils.six`~~
    1717* ~~`from __future__ import unicode_literals`~~
    1818* ~~`str()` stuff for environment variables, e.g. 0bfb53866199f366ed140d49938fd185e5898156~~
     
    2222* ~~`django.utils._os [npath,upath]`~~
    2323* ~~In tests: `contextlib.closing(self.urlopen` (`contextlib.closing` no longer needed)~~
    24 * Support for pysqlite (doesn't support Python 3) [https://github.com/django/django/pull/7890 PR]
     24* ~~Support for pysqlite (doesn't support Python 3)~~
    2525* Replace `super(ClassName, self)` with `super()` [https://github.com/django/django/pull/7905 PR]
    2626* ~~Remove `# -*- coding: utf-8 -*-` source file encoding~~ (that's the default on Python 3)
Back to Top