Beispiel #1
0
def menu_limit_choices_to_catalog():
    return {
        'is_show': True,
        'sort__gt': 0,
        'pk__in': Catalog.queryset_not_cloned(flat_pk=True)}