To make it more visible here are the references:
Django 1.8.x
https://github.com/django/django/blob/stable/1.8.x/django/core/servers/basehttp.py#L15
Django 1.9.x
https://github.com/django/django/blob/stable/1.9.x/django/core/servers/basehttp.py#L15
This is being added to ensure if anyone still upgrading from Django 1.8 to
Django 1.9 is aware of this.
--
Ticket URL: <https://code.djangoproject.com/ticket/30609>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* owner: nobody => BernardoSilva
--
Ticket URL: <https://code.djangoproject.com/ticket/30609#comment:1>
* status: assigned => closed
* resolution: => wontfix
Comment:
Thanks for the report, however Django 1.8 and 1.9 are not supported
anymore. Moreover `django.core.servers.FileWrapper` wasn't a documented
and supported class so it didn't pass a deprecation cycle.
--
Ticket URL: <https://code.djangoproject.com/ticket/30609#comment:2>
* resolution: wontfix => invalid
--
Ticket URL: <https://code.djangoproject.com/ticket/30609#comment:3>
Old description:
> The class FileWrapper that was made available in django.core.servers for
> backward compatibility was removed in Django 1.9 release.
>
> To make it more visible here are the references:
> Django 1.8.x
>
> https://github.com/django/django/blob/stable/1.8.x/django/core/servers/basehttp.py#L15
>
> Django 1.9.x
> https://github.com/django/django/blob/stable/1.9.x/django/core/servers/basehttp.py#L15
>
> This is being added to ensure if anyone still upgrading from Django 1.8
> to
> Django 1.9 is aware of this.
New description:
The class FileWrapper that was made available in
''django.core.servers.basehttp'' for
backward compatibility was removed in Django 1.9 release.
To make it more visible here are the references:
Django 1.8.x
https://github.com/django/django/blob/stable/1.8.x/django/core/servers/basehttp.py#L15
Django 1.9.x
https://github.com/django/django/blob/stable/1.9.x/django/core/servers/basehttp.py#L15
This is being added to ensure if anyone still upgrading from Django 1.8 to
Django 1.9 is aware of this.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/30609#comment:4>