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

« back to all changes in this revision

Viewing changes to tests/modeltests/test_client/fixtures/testdata.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": "1", 
4
 
        "model": "auth.user", 
5
 
        "fields": {
6
 
            "username": "testclient", 
7
 
            "first_name": "Test", 
8
 
            "last_name": "Client", 
9
 
            "is_active": true, 
10
 
            "is_superuser": false, 
11
 
            "is_staff": false, 
12
 
            "last_login": "2006-12-17 07:03:31", 
13
 
            "groups": [], 
14
 
            "user_permissions": [], 
15
 
            "password": "sha1$6efc0$f93efe9fd7542f25a7be94871ea45aa95de57161", 
16
 
            "email": "testclient@example.com", 
17
 
            "date_joined": "2006-12-17 07:03:31"
18
 
        }
19
 
    },
20
 
    {
21
 
        "pk": "2", 
22
 
        "model": "auth.user", 
23
 
        "fields": {
24
 
            "username": "inactive", 
25
 
            "first_name": "Inactive", 
26
 
            "last_name": "User", 
27
 
            "is_active": false, 
28
 
            "is_superuser": false, 
29
 
            "is_staff": false, 
30
 
            "last_login": "2006-12-17 07:03:31", 
31
 
            "groups": [], 
32
 
            "user_permissions": [], 
33
 
            "password": "sha1$6efc0$f93efe9fd7542f25a7be94871ea45aa95de57161", 
34
 
            "email": "testclient@example.com", 
35
 
            "date_joined": "2006-12-17 07:03:31"
36
 
        }
37
 
    },
38
 
    {
39
 
        "pk": "3", 
40
 
        "model": "auth.user", 
41
 
        "fields": {
42
 
            "username": "staff", 
43
 
            "first_name": "Staff", 
44
 
            "last_name": "Member", 
45
 
            "is_active": true, 
46
 
            "is_superuser": false, 
47
 
            "is_staff": true, 
48
 
            "last_login": "2006-12-17 07:03:31", 
49
 
            "groups": [], 
50
 
            "user_permissions": [], 
51
 
            "password": "sha1$6efc0$f93efe9fd7542f25a7be94871ea45aa95de57161", 
52
 
            "email": "testclient@example.com", 
53
 
            "date_joined": "2006-12-17 07:03:31"
54
 
        }
55
 
    }
56
 
]
 
 
b'\\ No newline at end of file'