feeddata.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. [
  2. {
  3. "model": "syndication.entry",
  4. "pk": 1,
  5. "fields": {
  6. "title": "My first entry",
  7. "updated": "1850-01-01 12:30:00",
  8. "published": "1066-09-25 20:15:00"
  9. }
  10. },
  11. {
  12. "model": "syndication.entry",
  13. "pk": 2,
  14. "fields": {
  15. "title": "My second entry",
  16. "updated": "2008-01-02 12:30:00",
  17. "published": "2006-03-17 18:00:00"
  18. }
  19. },
  20. {
  21. "model": "syndication.entry",
  22. "pk": 3,
  23. "fields": {
  24. "title": "My third entry",
  25. "updated": "2008-01-02 13:30:00",
  26. "published": "2005-06-14 10:45:00"
  27. }
  28. },
  29. {
  30. "model": "syndication.entry",
  31. "pk": 4,
  32. "fields": {
  33. "title": "A & B < C > D",
  34. "updated": "2008-01-03 13:30:00",
  35. "published": "2005-11-25 12:11:23"
  36. }
  37. },
  38. {
  39. "model": "syndication.entry",
  40. "pk": 5,
  41. "fields": {
  42. "title": "My last entry",
  43. "updated": "2013-01-20 00:00:00",
  44. "published": "2013-03-25 20:00:00"
  45. }
  46. },
  47. {
  48. "model": "syndication.article",
  49. "pk": 1,
  50. "fields": {
  51. "title": "My first article",
  52. "entry": "1"
  53. }
  54. }
  55. ]