We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75aec19 commit 0fbe365Copy full SHA for 0fbe365
2 files changed
derpibooru/sort.py
@@ -38,8 +38,10 @@ def methods(self):
38
sorting_methods = {
39
"created_at",
40
"score",
41
+ "wilson",
42
"relevance",
43
"height",
44
+ "width",
45
"comments",
46
"random"
47
}
tests/test_random_parameters.py
@@ -4,8 +4,10 @@ def test_sorting_methods():
4
5
6
7
8
9
10
11
12
13
0 commit comments