~ubuntu-branches/debian/squeeze/python-django/squeeze

« back to all changes in this revision

Viewing changes to tests/regressiontests/fixtures_regress/fixtures/big-fixture.json

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb, Chris Lamb, David Spreen, Sandro Tosi
  • Date: 2008-11-19 21:31:00 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20081119213100-gp0lqhxl1qxa6dgl
Tags: 1.0.2-1
[ Chris Lamb ]
* New upstream bugfix release. Closes: #505783
* Add myself to Uploaders with ACK from Brett.

[ David Spreen ]
* Remove python-pysqlite2 from Recommends because Python 2.5 includes
  sqlite library used by Django. Closes: 497886

[ Sandro Tosi ]
* debian/control
  - switch Vcs-Browser field to viewsvn

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[
2
 
    {
3
 
        "pk": 6,
4
 
        "model": "fixtures_regress.channel",
5
 
        "fields": {
6
 
            "name": "Business"
7
 
        }        
8
 
    },
9
 
    
10
 
    {
11
 
        "pk": 1,
12
 
        "model": "fixtures_regress.article",
13
 
        "fields": {
14
 
            "title": "Article Title 1",
15
 
            "channels": [6]
16
 
        }    
17
 
    },
18
 
    {
19
 
        "pk": 2,
20
 
        "model": "fixtures_regress.article",
21
 
        "fields": {
22
 
            "title": "Article Title 2",
23
 
            "channels": [6]
24
 
        }    
25
 
    },
26
 
    {
27
 
        "pk": 3,
28
 
        "model": "fixtures_regress.article",
29
 
        "fields": {
30
 
            "title": "Article Title 3",
31
 
            "channels": [6]
32
 
        }    
33
 
    },
34
 
    {
35
 
        "pk": 4,
36
 
        "model": "fixtures_regress.article",
37
 
        "fields": {
38
 
            "title": "Article Title 4",
39
 
            "channels": [6]
40
 
        }    
41
 
    },
42
 
 
43
 
    {
44
 
        "pk": 5,
45
 
        "model": "fixtures_regress.article",
46
 
        "fields": {
47
 
            "title": "Article Title 5",
48
 
            "channels": [6]
49
 
        }    
50
 
    },
51
 
    {
52
 
        "pk": 6,
53
 
        "model": "fixtures_regress.article",
54
 
        "fields": {
55
 
            "title": "Article Title 6",
56
 
            "channels": [6]
57
 
        }    
58
 
    },
59
 
    {
60
 
        "pk": 7,
61
 
        "model": "fixtures_regress.article",
62
 
        "fields": {
63
 
            "title": "Article Title 7",
64
 
            "channels": [6]
65
 
        }    
66
 
    },
67
 
    {
68
 
        "pk": 8,
69
 
        "model": "fixtures_regress.article",
70
 
        "fields": {
71
 
            "title": "Article Title 8",
72
 
            "channels": [6]
73
 
        }    
74
 
    },
75
 
    {
76
 
        "pk": 9,
77
 
        "model": "fixtures_regress.article",
78
 
        "fields": {
79
 
            "title": "Yet Another Article",
80
 
            "channels": [6]
81
 
        }    
82
 
    }
83
 
]
 
 
b'\\ No newline at end of file'