Opened 10 years ago
Closed 10 years ago
#25289 closed Cleanup/optimization (fixed)
Update admin's jQuery to 2.1.4
| Reported by: | Tim Graham | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.admin | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
jQuery 2.x has the same API as jQuery 1.x, but does not support Internet Explorer 6, 7, or 8. As Internet Explorer will reach end-of-life on Jan. 12, 2016 approximately one month after the release of Django 1.9 (scheduled for Dec. 1, 2015), I think it's okay to drop support in Django 1.9.
Change History (3)
comment:1 by , 10 years ago
| Triage Stage: | Unreviewed → Someday/Maybe |
|---|
comment:2 by , 10 years ago
| Has patch: | set |
|---|---|
| Triage Stage: | Someday/Maybe → Accepted |
comment:3 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
In 123984ff66c788a7ea36256c152b79dd06e9ef31:
Fixed #25289 -- Updated admin's jQuery to 2.1.4.
Note:
See TracTickets
for help on using tickets.
Per the django-developers thread linked in the ticket description, the technical board has agreed it's okay to drop IE8 support. PR