#12882: jQuery.noConflict() in admin breaks site specific code with jQuery
-------------------------------------------+--------------------------------
          Reporter:  krej...@i3.cz         |         Owner:  jezdez      
            Status:  assigned              |     Milestone:  1.2         
         Component:  django.contrib.admin  |       Version:  SVN         
        Resolution:                        |      Keywords:  jQuery admin
             Stage:  Accepted              |     Has_patch:  1           
        Needs_docs:  0                     |   Needs_tests:  0           
Needs_better_patch:  1                     |  
-------------------------------------------+--------------------------------
Changes (by jezdez):

  * needs_better_patch:  0 => 1

Comment:

 I'm not sure yet if the 12882.2.diff patch is enough and the right
 approach. I've been playing with the idea of making the shipped jQuery
 live in a namespace, as in

 {{{
 #!javascript
 var django = {};
 django.query = jQuery.noConflict();
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/12882#comment:20>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to