diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2011-06-11 18:48:09 +0000 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2011-06-11 18:48:09 +0000 |
| commit | 55005a518196b60764a2d6b5bada6872ab1f49b4 (patch) | |
| tree | 5e59130a8dde94eda08b870745ab69f0a3b0526b | |
| parent | 0ebaf10258bf9fad4d540025a6eb3a8c471b284c (diff) | |
Added file forgotten in r16369.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16375 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | tests/regressiontests/test_utils/fixtures/should_not_be_loaded.json | 10 |
1 files changed, 10 insertions, 0 deletions
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" + } + } +] + |
