~ubuntu-branches/ubuntu/quantal/python-django/quantal-security

« back to all changes in this revision

Viewing changes to tests/modeltests/fixtures_model_package/fixtures/fixture1.json

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2010-05-21 07:52:55 UTC
  • mfrom: (1.3.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20100521075255-ii78v1dyfmyu3uzx
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
]