Kristofer Kirss
Results
2
issues of
Kristofer Kirss
MR #18 created a new issue. Consider this simple serializer: ``` class MyPolymorphicSerializer(PolymorphicSerializer): pass # Mostly irrelevant class MySerializer(Serializer): foo = CharField() bar = MyPolymorphicSerializer(required=false) ``` I use standard DRF...
``base_ordering`` is an optional argument that allows you to specify a set of fields that will be given to ``order_by()`` after any provided ordering options. This is useful if you...