mirror of
https://github.com/django/django.git
synced 2025-02-15 03:48:26 +00:00
This patch is the result of the work of many people, over many years. To try and thank individuals would inevitably lead to many people being left out or forgotten -- so rather than try to give a list that will inevitably be incomplete, I'd like to thank *everybody* who contributed in any way, big or small, with coding, testing, feedback and/or documentation over the multi-year process of getting this into trunk. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14254 bcc190cf-cafb-0310-a4f2-bffc1f526a37
47 lines
832 B
JSON
47 lines
832 B
JSON
[
|
|
{
|
|
"model": "generic_views.author",
|
|
"pk": 1,
|
|
"fields": {
|
|
"name": "Roberto Bolaño",
|
|
"slug": "roberto-bolano"
|
|
}
|
|
},
|
|
{
|
|
"model": "generic_views.author",
|
|
"pk": 2,
|
|
"fields": {
|
|
"name": "Scott Rosenberg",
|
|
"slug": "scott-rosenberg"
|
|
}
|
|
},
|
|
{
|
|
"model": "generic_views.book",
|
|
"pk": 1,
|
|
"fields": {
|
|
"name": "2066",
|
|
"slug": "2066",
|
|
"pages": "800",
|
|
"authors": [1],
|
|
"pubdate": "2008-10-01"
|
|
}
|
|
},
|
|
{
|
|
"model": "generic_views.book",
|
|
"pk": 2,
|
|
"fields": {
|
|
"name": "Dreaming in Code",
|
|
"slug": "dreaming-in-code",
|
|
"pages": "300",
|
|
"pubdate": "2006-05-01"
|
|
}
|
|
},
|
|
{
|
|
"model": "generic_views.page",
|
|
"pk": 1,
|
|
"fields": {
|
|
"template": "generic_views/page_template.html",
|
|
"content": "I was once bitten by a moose."
|
|
}
|
|
}
|
|
] |