OK, I think I've got it - the bug here is that the various Application views use inconsistent sorting. In which case, I reckon:
s/default_sort_field/application_views_sort_by/
(as default_sort_field could be for any model, and 'default' confused me with the django default model ordering, but if you don't think that's an issue, fine to leave it as is.).
OK, I think I've got it - the bug here is that the various Application views use inconsistent sorting. In which case, I reckon:
s/default_ sort_field/ application_ views_sort_ by/
(as default_sort_field could be for any model, and 'default' confused me with the django default model ordering, but if you don't think that's an issue, fine to leave it as is.).