Changes between Version 46 and Version 47 of Ticket #23919


Ignore:
Timestamp:
Jan 18, 2017, 11:04:43 PM (7 years ago)
Author:
Simon Charette
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23919 – Description

    v46 v47  
    1717* ~~`from __future__ import unicode_literals`~~
    1818* `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]
    2021* `git grep 'long int'` (mostly docs)
    2122* `django.utils._os [npath,upath]`
Back to Top