/tests/modeltests/fixtures/fixtures/fixture2.json

https://code.google.com/p/mango-py/ · JSON · 18 lines · 18 code · 0 blank · 0 comment · 0 complexity · d83c972304e9c468c6c5a348a27ffdaa MD5 · raw file

  1. [
  2. {
  3. "pk": "3",
  4. "model": "fixtures.article",
  5. "fields": {
  6. "headline": "Copyright is fine the way it is",
  7. "pub_date": "2006-06-16 14:00:00"
  8. }
  9. },
  10. {
  11. "pk": "4",
  12. "model": "fixtures.article",
  13. "fields": {
  14. "headline": "Django conquers world!",
  15. "pub_date": "2006-06-16 15:00:00"
  16. }
  17. }
  18. ]