~brunobord/django-fatpages/django-fatpages-0.96

« back to all changes in this revision

Viewing changes to fixtures/test_pages.json

  • Committer: Bruno Bord
  • Date: 2008-02-27 09:47:40 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: bruno@p-bruno-20080227094740-s3lzr2p2mytgdgx2
Adding fixtures

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[
 
2
    {
 
3
        "pk": "1", 
 
4
        "model": "fatpages.fatpage", 
 
5
        "fields": {
 
6
            "url": "\/", 
 
7
            "content": "This is my home page, in pure HTML.", 
 
8
            "markup": "linebreaks", 
 
9
            "pub_date": "2008-02-27 03:44:35", 
 
10
            "title": "Home page"
 
11
        }
 
12
    }
 
13
]