junction
junction copied to clipboard
Selected proposals are not ordered
The list of selected proposals are not ordered in the proposals listing page. Check https://in.pycon.org/cfp/2018/proposals/ . The list of selected Talks and Workshops are not in order. While the public proposals listing doesn't seem to have an issue.
This seems to be caused due to missing order_by filter in the proposal view.
https://github.com/pythonindia/junction/blob/a9bd537a4bcf50f2058c4880ba22764c1de806c2/junction/proposals/views.py#L104-L106