Fix autocompleteSort with multiple sort keys #2893

Closed
opened 2016-03-02 17:03:49 +00:00 by wjt · 2 comments

QuerySet.order_by() takes each key as a separate argument, not as a single comma-separated string.

`QuerySet.order_by()` takes each key as a separate argument, not as a single comma-separated string.
0x2620 added the
backend
label 2016-03-02 17:03:49 +00:00
0x2620 added this to the 14.04 milestone 2016-03-02 17:03:49 +00:00
j was assigned by 0x2620 2016-03-02 17:03:49 +00:00
0x2620 added the
normal
defect
labels 2016-03-02 17:03:49 +00:00
Author

Attachment 0001-Fix-autocompleteSort-with-multiple-keys-fixes-2893.patch (3222 bytes) added

**Attachment** 0001-Fix-autocompleteSort-with-multiple-keys-fixes-2893.patch (3222 bytes) added
Owner

In c6f9f87/pandora:

#!CommitTicketReference repository="pandora" revision="c6f9f87c8ebbccc9433074a33b839ae1c10f8524"
Fix autocompleteSort with multiple keys (fixes #2893)

QuerySet.order_by() takes each key as a separate argument, not as a
single comma-separated string.
In [c6f9f87/pandora](https://code.0x2620.org/0x2620/pandora/commit/c6f9f87c8ebbccc9433074a33b839ae1c10f8524): ``` #!CommitTicketReference repository="pandora" revision="c6f9f87c8ebbccc9433074a33b839ae1c10f8524" Fix autocompleteSort with multiple keys (fixes #2893) QuerySet.order_by() takes each key as a separate argument, not as a single comma-separated string. ```
0x2620 added the
fixed
label 2016-03-03 12:46:02 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#2893
No description provided.