Skip to content

Selected proposals are not ordered #675

@ananyo2012

Description

@ananyo2012

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.

selected_proposals_list = proposals_qs.filter(
review_status=ProposalReviewStatus.SELECTED
)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions