We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6f1a9 commit c3f6a31Copy full SHA for c3f6a31
pgweb/core/fixtures/data.json
@@ -2302,5 +2302,33 @@
2302
"name": "Zimbabwe",
2303
"tld": "zw"
2304
}
2305
+},
2306
+{
2307
+ "model": "core.organisationtype",
2308
+ "pk": 1,
2309
+ "fields": {
2310
+ "typename": "Open Source Project"
2311
+ }
2312
2313
2314
2315
+ "pk": 2,
2316
2317
+ "typename": "Individual"
2318
2319
2320
2321
2322
+ "pk": 3,
2323
2324
+ "typename": "Not for profit"
2325
2326
2327
2328
2329
+ "pk": 4,
2330
2331
+ "typename": "Company"
2332
2333
2334
]
0 commit comments