summaryrefslogtreecommitdiffstats
path: root/releng/fixtures/isotypes.json
diff options
context:
space:
mode:
Diffstat (limited to 'releng/fixtures/isotypes.json')
-rw-r--r--releng/fixtures/isotypes.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/releng/fixtures/isotypes.json b/releng/fixtures/isotypes.json
new file mode 100644
index 0000000..a529b18
--- /dev/null
+++ b/releng/fixtures/isotypes.json
@@ -0,0 +1,16 @@
+[
+ {
+ "pk": 1,
+ "model": "releng.isotype",
+ "fields": {
+ "name": "core"
+ }
+ },
+ {
+ "pk": 2,
+ "model": "releng.isotype",
+ "fields": {
+ "name": "net"
+ }
+ }
+]