Opened 7 years ago

Closed 7 years ago

#28472 closed Cleanup/optimization (fixed)

Optimize a jQuery selector in admin's actions.js

Reported by: Adam Johnson Owned by: Eloi Casals
Component: contrib.admin Version: 1.11
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

As per a recent discussion on the django-developers mailing list, https://groups.google.com/forum/#!msg/django-developers/hkpkY64A2gI/SWPFLEJHBgAJ , it seems there are some easy wins for optimizing the actions javascript in the Admin.

Change History (5)

comment:1 by Eloi Casals, 7 years ago

Owner: changed from nobody to Eloi Casals
Status: newassigned

comment:2 by Tim Graham, 7 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Eloi Casals, 7 years ago

Has patch: set

comment:4 by Tim Graham, 7 years ago

Summary: Optimize Admin actions JavaScriptOptimize a jQuery selector in admin's actions.js
Triage Stage: AcceptedReady for checkin

comment:5 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In 09423db7:

Fixed #28472 -- Optimized a jQuery selector in admin's actions.js.

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