#5983: Admin escapes ampersands in URLs when joining filters
--------------------------------------------------------+-------------------
Reporter:  Antonis Christofides <[EMAIL PROTECTED]>  |       Owner:  nobody     
    
  Status:  new                                          |   Component:  Admin 
interface
 Version:  SVN                                          |    Keywords:          
       
   Stage:  Unreviewed                                   |   Has_patch:  0       
       
--------------------------------------------------------+-------------------
 This happens probably since autoescape. Steps to reproduce:

 1. In a model, use the following:
 {{{
     class Admin:
         list_filter = ['column_a', 'column_b']
 }}}
 and you'll have two filters shown in the admin.

 2. Choose something other than "All" in the first filter

 3. Hover the mouse over something other than "All" in the second filter
 and look at the url.

 Result: It will have a "&amp;" somewhere, when it should only have a "&".
 It doesn't work if you click it, of course.

 See also #5976 for a related bug.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5983>
Django Code <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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to