--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/parts/django/tests/regressiontests/fixtures_regress/fixtures/thingy.json Sat Jan 08 11:20:57 2011 +0530
@@ -0,0 +1,9 @@
+[
+ {
+ "pk": "1",
+ "model": "fixtures_regress.thingy",
+ "fields": {
+ "name": "Whatchamacallit"
+ }
+ }
+]