summaryrefslogtreecommitdiff
path: root/tests/fixtures_regress/fixtures/sequence.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures_regress/fixtures/sequence.json')
-rw-r--r--tests/fixtures_regress/fixtures/sequence.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/fixtures_regress/fixtures/sequence.json b/tests/fixtures_regress/fixtures/sequence.json
new file mode 100644
index 0000000000..60bfcdd547
--- /dev/null
+++ b/tests/fixtures_regress/fixtures/sequence.json
@@ -0,0 +1,12 @@
+[
+ {
+ "pk": "1",
+ "model": "fixtures_regress.animal",
+ "fields": {
+ "name": "Lion",
+ "latin_name": "Panthera leo",
+ "count": 3,
+ "weight": 1.2
+ }
+ }
+] \ No newline at end of file