mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #12403 -- Modified the syndication framework to use class-based views. Thanks to Ben Firshman for his work on this patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12338 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -30,5 +30,13 @@
|
||||
"title": "A & B < C > D",
|
||||
"date": "2008-01-03 13:30:00"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "syndication.article",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"title": "My first article",
|
||||
"entry": "1"
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user