#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 )
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 , 6 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 6 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | assigned → closed |
| Summary: | Add class removed as part of Django 1.9 release → Add class removed as part of Django 1.9 release. |
comment:3 by , 6 years ago
| Resolution: | wontfix → invalid |
|---|
comment:4 by , 6 years ago
| Description: | modified (diff) |
|---|
Note:
See TracTickets
for help on using tickets.
Thanks for the report, however Django 1.8 and 1.9 are not supported anymore. Moreover
django.core.servers.FileWrapperwasn't a documented and supported class so it didn't pass a deprecation cycle.