summaryrefslogtreecommitdiff
path: root/tests/multiple_database/fixtures/multidb-common.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/multiple_database/fixtures/multidb-common.json')
-rw-r--r--tests/multiple_database/fixtures/multidb-common.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/multiple_database/fixtures/multidb-common.json b/tests/multiple_database/fixtures/multidb-common.json
new file mode 100644
index 0000000000..33134173b9
--- /dev/null
+++ b/tests/multiple_database/fixtures/multidb-common.json
@@ -0,0 +1,10 @@
+[
+ {
+ "pk": 1,
+ "model": "multiple_database.book",
+ "fields": {
+ "title": "The Definitive Guide to Django",
+ "published": "2009-7-8"
+ }
+ }
+] \ No newline at end of file