Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#30609 closed Cleanup/optimization (invalid)

Add class removed as part of Django 1.9 release.

Reported by: Bernardo Vieira da Silva Owned by: Bernardo Vieira da Silva
Component: Documentation Version:
Severity: Normal Keywords: docs FileWrapper Django1.9
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Bernardo Vieira da Silva)

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.

Change History (4)

comment:1 by Bernardo Vieira da Silva, 5 years ago

Owner: changed from nobody to Bernardo Vieira da Silva
Status: newassigned

comment:2 by Mariusz Felisiak, 5 years ago

Resolution: wontfix
Status: assignedclosed
Summary: Add class removed as part of Django 1.9 releaseAdd class removed as part of Django 1.9 release.

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.

comment:3 by Mariusz Felisiak, 5 years ago

Resolution: wontfixinvalid

comment:4 by Bernardo Vieira da Silva, 5 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top