summaryrefslogtreecommitdiff
path: root/tests/fixtures/fixtures/fixture2.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures/fixtures/fixture2.json')
-rw-r--r--tests/fixtures/fixtures/fixture2.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/fixtures/fixtures/fixture2.json b/tests/fixtures/fixtures/fixture2.json
new file mode 100644
index 0000000000..01b40d7535
--- /dev/null
+++ b/tests/fixtures/fixtures/fixture2.json
@@ -0,0 +1,18 @@
+[
+ {
+ "pk": "3",
+ "model": "fixtures.article",
+ "fields": {
+ "headline": "Copyright is fine the way it is",
+ "pub_date": "2006-06-16 14:00:00"
+ }
+ },
+ {
+ "pk": "4",
+ "model": "fixtures.article",
+ "fields": {
+ "headline": "Django conquers world!",
+ "pub_date": "2006-06-16 15:00:00"
+ }
+ }
+] \ No newline at end of file