mirror of
https://github.com/jeffknupp/sandman2.git
synced 2026-04-26 09:05:55 +03:00
[PR #66] [MERGED] Allow sorting descending #115
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
refactoring
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sandman2-jeffknupp#115
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jeffknupp/sandman2/pull/66
Author: @jessicaaustin
Created: 11/6/2017
Status: ✅ Merged
Merged: 5/7/2018
Merged by: @jeffknupp
Base:
master← Head:master📝 Commits (1)
db9c25eAllow sorting descending📊 Changes
3 files changed (+13 additions, -1 deletions)
View changed files
📝
.gitignore(+2 -0)📝
sandman2/service.py(+3 -1)📝
tests/test_extended_functionality.py(+8 -0)📄 Description
Still sorts ascending by default. Can sort descending by prepending '-' to the attribute, e.g.,
entity?sort=-name🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.