~ubuntu-branches/ubuntu/oneiric/python-django/oneiric-201108291626

« back to all changes in this revision

Viewing changes to tests/regressiontests/multiple_database/fixtures/multidb.default.json

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2010-05-21 07:52:55 UTC
  • mfrom: (1.1.10 upstream) (4.4.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100521075255-i1zpeyc0k8512pd7
Tags: 1.2-1
New upstream stable release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[
 
2
    {
 
3
        "pk": 1,
 
4
        "model": "multiple_database.person",
 
5
        "fields": {
 
6
            "name": "Marty Alchin"
 
7
        }
 
8
    },
 
9
    {
 
10
        "pk": 2,
 
11
        "model": "multiple_database.person",
 
12
        "fields": {
 
13
            "name": "George Vilches"
 
14
        }
 
15
    },
 
16
    {
 
17
        "pk": 2,
 
18
        "model": "multiple_database.book",
 
19
        "fields": {
 
20
            "title": "Pro Django",
 
21
            "published": "2008-12-16",
 
22
            "authors": [["Marty Alchin"]],
 
23
            "editor": ["George Vilches"]
 
24
        }
 
25
    }
 
26
]