Changes between Version 77 and Version 79 of Ticket #23919
- Timestamp:
- Jan 22, 2017, 1:21:01 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23919 – Description
v77 v79 14 14 * ~~Stop using `django.utils.lru_cache`~~ 15 15 * ~~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`~~ 17 17 * ~~`from __future__ import unicode_literals`~~ 18 18 * ~~`str()` stuff for environment variables, e.g. 0bfb53866199f366ed140d49938fd185e5898156~~ … … 22 22 * ~~`django.utils._os [npath,upath]`~~ 23 23 * ~~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)~~ 25 25 * Replace `super(ClassName, self)` with `super()` [https://github.com/django/django/pull/7905 PR] 26 26 * ~~Remove `# -*- coding: utf-8 -*-` source file encoding~~ (that's the default on Python 3)