We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8bdad commit a8eb13fCopy full SHA for a8eb13f
fixtures/media/documents/test_doc.pdf
3.82 KB
fixtures/wagtail.org-demo.json
@@ -1152,6 +1152,19 @@
1152
]
1153
}
1154
},
1155
+ {
1156
+ "model": "wagtaildocs.document",
1157
+ "pk": 1,
1158
+ "fields": {
1159
+ "collection": ["Root"],
1160
+ "title": "Test document",
1161
+ "file": "documents/test_doc.pdf",
1162
+ "created_at": "2026-03-08T09:28:48.134Z",
1163
+ "uploaded_by_user": ["admin"],
1164
+ "file_size": 3908,
1165
+ "file_hash": "0fa3b594b6911c43827e0a59a80f75d7728b4e3b"
1166
+ }
1167
+ },
1168
{
1169
"model": "wagtailusers.userprofile",
1170
"pk": 1,
0 commit comments