Opened 5 years ago

Last modified 5 years ago

#30609 closed Cleanup/optimization

Add class removed as part of Django 1.9 release — at Initial Version

Reported by: Bernardo Vieira da Silva Owned by: nobody
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

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.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top