From 55005a518196b60764a2d6b5bada6872ab1f49b4 Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Sat, 11 Jun 2011 18:48:09 +0000 Subject: [PATCH] Added file forgotten in r16369. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16375 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- .../test_utils/fixtures/should_not_be_loaded.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/regressiontests/test_utils/fixtures/should_not_be_loaded.json diff --git a/tests/regressiontests/test_utils/fixtures/should_not_be_loaded.json b/tests/regressiontests/test_utils/fixtures/should_not_be_loaded.json new file mode 100644 index 0000000000..9f4df38996 --- /dev/null +++ b/tests/regressiontests/test_utils/fixtures/should_not_be_loaded.json @@ -0,0 +1,10 @@ +[ + { + "pk": 1, + "model": "test_utils.person", + "fields": { + "name": "Elvis Presley" + } + } +] +