We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdef111 commit 813e022Copy full SHA for 813e022
nextcloudappstore/core/fixtures/nextcloudreleases.json
@@ -1,11 +1,18 @@
1
[
2
{
3
"model": "core.nextcloudrelease",
4
- "pk": "12.0.0",
+ "pk": "12.0.1",
5
"fields": {
6
"is_current": true
7
}
8
},
9
+ {
10
+ "model": "core.nextcloudrelease",
11
+ "pk": "12.0.0",
12
+ "fields": {
13
+ "is_current": false
14
+ }
15
+ },
16
17
18
"pk": "11.0.0",
@@ -34,6 +41,20 @@
34
41
"is_current": false
35
42
36
43
44
45
46
+ "pk": "11.0.4",
47
48
49
50
51
52
53
+ "pk": "11.0.5",
54
55
56
57
37
58
38
59
39
60
"pk": "10.0.0",
0 commit comments