PageRenderTime 33ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/tests/modeltests/fixtures_model_package/fixtures/fixture1.json

https://code.google.com/p/mango-py/
JSON | 18 lines | 18 code | 0 blank | 0 comment | 0 complexity | 07c2150d52c443d146c7680218d38446 MD5 | raw file
Possible License(s): BSD-3-Clause
  1. [
  2. {
  3. "pk": "2",
  4. "model": "fixtures_model_package.article",
  5. "fields": {
  6. "headline": "Poker has no place on ESPN",
  7. "pub_date": "2006-06-16 12:00:00"
  8. }
  9. },
  10. {
  11. "pk": "3",
  12. "model": "fixtures_model_package.article",
  13. "fields": {
  14. "headline": "Time to reform copyright",
  15. "pub_date": "2006-06-16 13:00:00"
  16. }
  17. }
  18. ]