~canonical-ci-engineering/ubuntu-ci-services-itself/django-tastypie

« back to all changes in this revision

Viewing changes to tests/gis/fixtures/initial_data.json

  • Committer: Package Import Robot
  • Author(s): Dominique Belhachemi
  • Date: 2013-06-22 09:17:01 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130622091701-5up9mlpckb57g1ou
Tags: 0.9.15-1
* new upstream release
* Bump Standards-Version to 3.9.4
* updated watch file, thanks to Bart Martens

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[
 
2
    {
 
3
        "fields": {
 
4
            "username": "johndoe",
 
5
            "email": "john@doe.com",
 
6
            "password": "this_is_not_a_valid_password_string"
 
7
        },
 
8
        "model": "auth.user",
 
9
        "pk": 1
 
10
    },
 
11
    {
 
12
        "fields": {
 
13
            "content": "Wooo two points inside Golden Gate park", 
 
14
            "created": "2010-03-30 20:05:00", 
 
15
            "is_active": true, 
 
16
            "lines": null, 
 
17
            "points": "MULTIPOINT (-122.4752327727999983 37.7686172428039981, -122.4704155326000006 37.7673818328299973)", 
 
18
            "polys": null, 
 
19
            "slug": "points-inside-golden-gate-park-note", 
 
20
            "title": "Points inside Golden Gate Park note", 
 
21
            "updated": "2012-03-07 21:47:37", 
 
22
            "user": 1
 
23
        }, 
 
24
        "model": "gis.geonote", 
 
25
        "pk": 1
 
26
    }, 
 
27
    {
 
28
        "fields": {
 
29
            "content": "This is a note about Golden Gate Park. It contains Golden Gate Park's polygon", 
 
30
            "created": "2010-03-31 20:05:00", 
 
31
            "is_active": true, 
 
32
            "lines": null, 
 
33
            "points": null, 
 
34
            "polys": "MULTIPOLYGON (((-122.5110670852699997 37.7712760364340028, -122.5100371170100004 37.7663909693299971, -122.5100371170100004 37.7638126093670010, -122.4568220901600029 37.7658481641770010, -122.4529597091700026 37.7664588196950035, -122.4548479843199971 37.7739898231570024, -122.4753615188599980 37.7730400091340002, -122.5110670852699997 37.7712760364340028)))", 
 
35
            "slug": "another-post", 
 
36
            "title": "Golden Gate Park", 
 
37
            "updated": "2012-03-07 21:48:48", 
 
38
            "user": 1
 
39
        }, 
 
40
        "model": "gis.geonote", 
 
41
        "pk": 2
 
42
    }, 
 
43
    {
 
44
        "fields": {
 
45
            "content": "A path inside Golden Gate Park! Huzzah!", 
 
46
            "created": "2012-03-07 21:51:52", 
 
47
            "is_active": true, 
 
48
            "lines": "MULTILINESTRING ((-122.5045439385699950 37.7670016534969974, -122.4999949120799982 37.7682229404420013, -122.4959608697199940 37.7691728163430014, -122.4950167321500061 37.7692406641549994, -122.4916693353000028 37.7709368392189972, -122.4849745415900060 37.7707333002660022))", 
 
49
            "points": null, 
 
50
            "polys": null, 
 
51
            "slug": "line-inside-golden-gate-park", 
 
52
            "title": "Line inside Golden Gate Park", 
 
53
            "updated": "2012-03-07 21:52:21", 
 
54
            "user": 1
 
55
        }, 
 
56
        "model": "gis.geonote", 
 
57
        "pk": 3
 
58
    }
 
59
]