diff options
| author | Paul McMillan <Paul@McMillan.ws> | 2011-09-22 05:56:47 +0000 |
|---|---|---|
| committer | Paul McMillan <Paul@McMillan.ws> | 2011-09-22 05:56:47 +0000 |
| commit | 0bd0bb7c2220339f20a6df1ce143e70c8955d1df (patch) | |
| tree | 1582c56e207bd557ec60aed8a71afbabef2cc74c /tests | |
| parent | d0979a5faf4fdf86650567540f623e4bbc68e09a (diff) | |
Refs r16873 and #16026 -- Missed adding the fixture.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16882 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/modeltests/fixtures/fixtures/invalid.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/modeltests/fixtures/fixtures/invalid.json b/tests/modeltests/fixtures/fixtures/invalid.json new file mode 100644 index 0000000000..97121ca84f --- /dev/null +++ b/tests/modeltests/fixtures/fixtures/invalid.json @@ -0,0 +1,10 @@ +[ + { + "pk": "1", + "model": "fixtures.article", + "fields": { + "headline": null, + "pub_date": "2006-06-16 13:00:00" + } + } +] |
