Update: the known bug is solved, the complete patch is now:
http://www.million.nl/file/marc/django/multi-select-relatedfilterspec.2.diff

This also solves the recordcount mismatch in the results view.

On a side note: if you have trouble with hidden Exceptions (as I had in
this case), it really helps if you change the lines (603+604 in
contrib.admin.views.main) from
    except:
        raise IncorrectLookupParameters

temporarily into
    except:
        raise

Ciao, Marc.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" 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-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to