Project

Profile

Help

Task #5399

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulp_ansible/690":https://github.com/pulp/pulp_ansible/issues/690 




 ---- 


 Currently the [ContentVersionFilter](https://github.com/pulp/pulp_ansible/blob/1bbea075d929e42320f2a7f7e408229dadd5b3a4/pulp_ansible/app/viewsets.py#L75) does not manually specify the [ordering_fields](https://www.django-rest-framework.org/api-guide/filtering/#orderingfilter) option DRF supports. 

 I believe ContentVersionFilter gets "ordering_fields" automagically from it's ancestors, but I'm not 100% sure. This task is to determine for sure if sort is working currently or not. 

 

Back