~ubuntu-branches/ubuntu/jaunty/python-django/jaunty-updates

« back to all changes in this revision

Viewing changes to tests/regressiontests/syndication/fixtures/feeddata.json

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2008-11-15 19:15:33 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20081115191533-xbt1ut2xf4fvwtvc
Tags: 1.0.1-0ubuntu1
* New upstream release:
  - Bug fixes.

* The tests/ sub-directory appaers to have been dropped upstream, so pull
  our patch to workaround the tests and modify the rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[
2
 
  {
3
 
    "model": "syndication.entry",
4
 
    "pk": 1,
5
 
    "fields": {
6
 
      "title": "My first entry",
7
 
      "date": "2008-01-01 12:30:00"
8
 
    }
9
 
  },
10
 
  {
11
 
    "model": "syndication.entry",
12
 
    "pk": 2,
13
 
    "fields": {
14
 
      "title": "My second entry",
15
 
      "date": "2008-01-02 12:30:00"
16
 
    }
17
 
  },
18
 
  {
19
 
    "model": "syndication.entry",
20
 
    "pk": 3,
21
 
    "fields": {
22
 
      "title": "My third entry",
23
 
      "date": "2008-01-02 13:30:00"
24
 
    }
25
 
  },
26
 
  {
27
 
    "model": "syndication.entry",
28
 
    "pk": 4,
29
 
    "fields": {
30
 
      "title": "A & B < C > D",
31
 
      "date": "2008-01-03 13:30:00"
32
 
    }
33
 
  }
34
 
]
 
 
b'\\ No newline at end of file'