add basic tests for admin interface
[matthijs/upstream/django-ldapdb.git] / examples / fixtures / test_users.json
1 [
2     {
3         "pk": "1",
4         "model": "auth.user",
5         "fields": {
6             "username": "test_user",
7             "first_name": "Test",
8             "last_name": "User",
9             "is_active": true,
10             "is_superuser": true,
11             "is_staff": true,
12             "last_login": "2006-12-17 07:03:31",
13             "groups": [],
14             "user_permissions": [],
15             "password": "sha1$6efc0$f93efe9fd7542f25a7be94871ea45aa95de57161",
16             "email": "test_user@example.com",
17             "date_joined": "2006-12-17 07:03:31"
18         }
19     }
20 ]