Opened 10 years ago
Closed 10 years ago
#25256 closed Cleanup/optimization (wontfix)
Document that Django 1.4.18 broke USE_ETAGS with static views
| Reported by: | Joerg Sonnenberger | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.4 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The streaming fix in Django 1.4.18 breaks USE_ETAGS, similar to how the gzip middleware got broken. It would be nice to at least document this either in the release notes for 1.4.18 or 1.4.22.
Change History (3)
comment:2 by , 10 years ago
| Component: | Uncategorized → Documentation |
|---|---|
| Summary: | Django 1.4.18 broke USE_ETAGS with static views → Document that Django 1.4.18 broke USE_ETAGS with static views |
| Triage Stage: | Unreviewed → Accepted |
| Type: | Bug → Cleanup/optimization |
comment:3 by , 10 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Closing since Django 1.4 is approaching end-of-life (October 1) and no one has offered a patch.
Note:
See TracTickets
for help on using tickets.
Care to offer a patch?