Skip to content
  • Tanner Prestegard's avatar
    Generalizing nested get_queryset and ordering · 2fd862f7
    Tanner Prestegard authored
    Create generalized methods for nested viewsets. There is now a
    default get_queryset method which finds the nested model queryset
    through the parent object; the user can specify filtering parameters
    as well.  We also added a order_by filter for list views; parameters
    can be specified on the class.
    2fd862f7