Re: Need help with custom search using admin queryset

2012-01-20 Thread Raoul
Is there nobody using such extended search functions in Django? Does anyone have a similar method for filtering querysets before returning to admin result list? Thanks for any hint! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to th

Need help with custom search using admin queryset

2011-12-14 Thread Raoul
Dear Django list, I need some help with a custom queryset I use in a project to extend standard admin search function. Unfortunately the model has no relation, as the Customers table is running on an external unmanaged Database. Here is the code snippet from my admin.py to lookup the Status tabl