Changes between Version 46 and Version 47 of Ticket #23919
- Timestamp:
- Jan 18, 2017, 11:04:43 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23919 – Description
v46 v47 17 17 * ~~`from __future__ import unicode_literals`~~ 18 18 * `str()` stuff for environment variables, e.g. 0bfb53866199f366ed140d49938fd185e5898156 19 * Inheriting from `object` in `django.core.servers.basehttp` (and perhaps other places) ala 4ee06ec3fc8e94d164afbd2f9c880c60c658a9ac 19 * `str()` stuff for `type(name)` and `__name__`. 20 * Inheriting from `object` in `django.core.servers.basehttp` (and perhaps other places) ala 4ee06ec3fc8e94d164afbd2f9c880c60c658a9ac -- [https://github.com/django/django/pull/7881 PR 7881] 20 21 * `git grep 'long int'` (mostly docs) 21 22 * `django.utils._os [npath,upath]`