#5970: ChangeList.get_query_set() method ignores specified by model's admin manager QuerySet for search_fields lookup -----------------------------------+---------------------------------------- Reporter: Nazar <[EMAIL PROTECTED]> | Owner: nobody Status: new | Component: Admin interface Version: SVN | Keywords: search_fields Stage: Unreviewed | Has_patch: 1 -----------------------------------+---------------------------------------- I use custom !QuerySet for my model. It is returned by specified in admin options custom manager. When I used search box in change list to search some data I noticed that resulting !QuerySet is not my custom !QuerySet. As I could see later in admin contrib code - that's because searching method creates own !QuerySet instead of using admin manager for this.
-- Ticket URL: <http://code.djangoproject.com/ticket/5970> 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 -~----------~----~----~----~------~----~------~--~---
