/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
- [
- {
- "pk": "2",
- "model": "fixtures_model_package.article",
- "fields": {
- "headline": "Poker has no place on ESPN",
- "pub_date": "2006-06-16 12:00:00"
- }
- },
- {
- "pk": "3",
- "model": "fixtures_model_package.article",
- "fields": {
- "headline": "Time to reform copyright",
- "pub_date": "2006-06-16 13:00:00"
- }
- }
- ]