Opened 14 years ago

Last modified 12 years ago

#14571 closed

Update jQuery to v1.4.4 — at Version 6

Reported by: Rob Hudson Owned by: nobody
Component: contrib.admin Version: 1.2
Severity: Normal Keywords: jquery sprintnov13
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: yes

Description (last modified by Jannis Leidel)

A new jQuery has been released with some nice performance improvements:
http://blog.jquery.com/2010/11/11/jquery-1-4-4-release-notes/

Change History (6)

comment:1 by Rob Hudson, 14 years ago

Has patch: set

Trac wouldn't accept my patch because of the file size (278k?). You can find a diff on my github repo:
http://github.com/robhudson/django/tree/jquery-1.4.3

comment:2 by anonymous, 14 years ago

Maybe better use CDN hosted copy of jquery instead of including it in distribution?

http://docs.jquery.com/Downloading_jQuery#CDN_Hosted_jQuery

comment:3 by Jannis Leidel, 14 years ago

milestone: 1.3
Triage Stage: UnreviewedAccepted

Using a hosted version seems not like a good idea given potential uses of Django in intranets etc. Updating jQuery seems reasonable though.

comment:4 by Rob Hudson, 14 years ago

Agreed that a hosted version would be bad for offline scenarios.

Attaching a patch for 1.4.4 which just came out...

comment:5 by Rob Hudson, 14 years ago

Oh right... diff is too big. See github: https://github.com/robhudson/django/tree/jquery-1.4.4

comment:6 by Jannis Leidel, 14 years ago

Description: modified (diff)
Summary: Update jQuery to v1.4.3Update jQuery to v1.4.4
Note: See TracTickets for help on using tickets.
Back to Top