PageRenderTime 12ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/tests/regressiontests/syndication/fixtures/feeddata.json

https://code.google.com/p/mango-py/
JSON | 42 lines | 42 code | 0 blank | 0 comment | 0 complexity | 856d6214b08de7b557d1d630f2132081 MD5 | raw file
Possible License(s): BSD-3-Clause
  1. [
  2. {
  3. "model": "syndication.entry",
  4. "pk": 1,
  5. "fields": {
  6. "title": "My first entry",
  7. "date": "1850-01-01 12:30:00"
  8. }
  9. },
  10. {
  11. "model": "syndication.entry",
  12. "pk": 2,
  13. "fields": {
  14. "title": "My second entry",
  15. "date": "2008-01-02 12:30:00"
  16. }
  17. },
  18. {
  19. "model": "syndication.entry",
  20. "pk": 3,
  21. "fields": {
  22. "title": "My third entry",
  23. "date": "2008-01-02 13:30:00"
  24. }
  25. },
  26. {
  27. "model": "syndication.entry",
  28. "pk": 4,
  29. "fields": {
  30. "title": "A & B < C > D",
  31. "date": "2008-01-03 13:30:00"
  32. }
  33. },
  34. {
  35. "model": "syndication.article",
  36. "pk": 1,
  37. "fields": {
  38. "title": "My first article",
  39. "entry": "1"
  40. }
  41. }
  42. ]