Author: PaulM
Date: 2011-09-21 22:56:47 -0700 (Wed, 21 Sep 2011)
New Revision: 16882

Added:
   django/trunk/tests/modeltests/fixtures/fixtures/invalid.json
Log:
Refs r16873 and #16026 -- Missed adding the fixture.


Added: django/trunk/tests/modeltests/fixtures/fixtures/invalid.json
===================================================================
--- django/trunk/tests/modeltests/fixtures/fixtures/invalid.json                
                (rev 0)
+++ django/trunk/tests/modeltests/fixtures/fixtures/invalid.json        
2011-09-22 05:56:47 UTC (rev 16882)
@@ -0,0 +1,10 @@
+[
+    {
+        "pk": "1",
+        "model": "fixtures.article",
+        "fields": {
+            "headline": null,
+            "pub_date": "2006-06-16 13:00:00"
+        }
+    }
+]

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to