From: Guillaume Pellerin Date: Tue, 8 Mar 2016 19:03:28 +0000 (+0100) Subject: all model search X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e41138d7c9f6331b9cc3009cbe720120c71bb199;p=mezzo.git all model search --- diff --git a/app/sandbox/local_settings.py b/app/sandbox/local_settings.py index 80d9794e..8fbfbb64 100644 --- a/app/sandbox/local_settings.py +++ b/app/sandbox/local_settings.py @@ -85,4 +85,4 @@ ADMIN_MENU_ORDER = ( (_("Festival"), ("mezzanine_agenda.EventLocation", "festival.EventCategory", "PageCategory")), ) -SEARCH_MODEL_CHOICES = ('pages.Page', 'blog.BlogPost', 'mezzanine_agenda.Event', "festival.Artist", "festival.Video",) +SEARCH_MODEL_CHOICES = ()