summaryrefslogtreecommitdiff
path: root/tests/fixtures/fixtures/db_fixture_1.default.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures/fixtures/db_fixture_1.default.json')
-rw-r--r--tests/fixtures/fixtures/db_fixture_1.default.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/fixtures/fixtures/db_fixture_1.default.json b/tests/fixtures/fixtures/db_fixture_1.default.json
new file mode 100644
index 0000000000..9bb39e400f
--- /dev/null
+++ b/tests/fixtures/fixtures/db_fixture_1.default.json
@@ -0,0 +1,10 @@
+[
+ {
+ "pk": "6",
+ "model": "fixtures.article",
+ "fields": {
+ "headline": "Who needs more than one database?",
+ "pub_date": "2006-06-16 14:00:00"
+ }
+ }
+] \ No newline at end of file