Why django is stuck with jQuery 1.4? -
Why django is stuck with jQuery 1.4? -
i have next problem. quite django admin plugins include own version of jquery , not possible utilize them together. example: django-markitup , django-sortable. there way around issue? need rewrite plugin(s) utilize noconflict?
i understand why developers plug in latest jquery version, why django stuck jquery 1.4?
this isn't big of problem django's bundled jquery namespaced:
to avoid conflicts user-supplied scripts or libraries, django’s jquery (version 1.4.2) namespaced django.jquery. if want utilize jquery in own admin javascript without including sec copy, can utilize django.jquery object on changelist , add/edit views.
the above taken admin documentation.
jquery django django-admin
Comments
Post a Comment