summaryrefslogtreecommitdiff
path: root/tests/multiple_database/fixtures/pets.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/multiple_database/fixtures/pets.json')
-rw-r--r--tests/multiple_database/fixtures/pets.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/multiple_database/fixtures/pets.json b/tests/multiple_database/fixtures/pets.json
new file mode 100644
index 0000000000..89756a3e5b
--- /dev/null
+++ b/tests/multiple_database/fixtures/pets.json
@@ -0,0 +1,18 @@
+[
+ {
+ "pk": 1,
+ "model": "multiple_database.pet",
+ "fields": {
+ "name": "Mr Bigglesworth",
+ "owner": 1
+ }
+ },
+ {
+ "pk": 2,
+ "model": "multiple_database.pet",
+ "fields": {
+ "name": "Spot",
+ "owner": 2
+ }
+ }
+] \ No newline at end of file