~ubuntuone-pqm-team/django/stable

« back to all changes in this revision

Viewing changes to tests/fixtures_regress/fixtures/model-inheritance.json

  • Committer: Matias Bordese
  • Date: 2014-08-21 21:22:40 UTC
  • Revision ID: matias.bordese@canonical.com-20140821212240-tij4ms6qzjbdiioz
Tags: 1.5.9
Imported Django 1.5.9 from released tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[
2
 
    {"pk": 1, "model": "fixtures_regress.parent", "fields": {"name": "fred"}},
3
 
    {"pk": 1, "model": "fixtures_regress.child", "fields": {"data": "apple"}}
4
 
]