Fixed #8366: Modified a test fixture to remove an unnecessary forward reference. Thanks to Ramiro Morales for the suggestion.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8465 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2008-08-22 14:07:50 +00:00
parent e054295fed
commit 343c255016
1 changed files with 13 additions and 13 deletions

View File

@ -17,6 +17,13 @@
"date_joined": "2006-12-17 07:03:31"
}
},
{
"pk": 1,
"model": "views.author",
"fields": {
"name": "Boris"
}
},
{
"pk": 1,
"model": "views.article",
@ -57,13 +64,6 @@
"date_created": "2001-01-01 21:22:23"
}
},
{
"pk": 1,
"model": "views.author",
"fields": {
"name": "Boris"
}
},
{
"pk": 1,
"model": "sites.site",