diff options
| author | Josh Smeaton <josh.smeaton@gmail.com> | 2015-02-23 11:53:57 +1100 |
|---|---|---|
| committer | Josh Smeaton <josh.smeaton@gmail.com> | 2015-03-05 10:10:32 +1100 |
| commit | 39a7eed1bbf12020a077e4bec3d82e08f171a021 (patch) | |
| tree | 225be14a94d57517d9de646569498eb45d0a4352 /tests/admin_custom_urls/fixtures/users.json | |
| parent | d6969abf239d52f6dfed7384c6ceb7df7e618342 (diff) | |
Converted test fixtures to setUpTestData methods
Diffstat (limited to 'tests/admin_custom_urls/fixtures/users.json')
| -rw-r--r-- | tests/admin_custom_urls/fixtures/users.json | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/admin_custom_urls/fixtures/users.json b/tests/admin_custom_urls/fixtures/users.json deleted file mode 100644 index 72d86d70ad..0000000000 --- a/tests/admin_custom_urls/fixtures/users.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "pk": 100, - "model": "auth.user", - "fields": { - "username": "super", - "first_name": "Super", - "last_name": "User", - "is_active": true, - "is_superuser": true, - "is_staff": true, - "last_login": "2007-05-30 13:20:10", - "groups": [], - "user_permissions": [], - "password": "sha1$995a3$6011485ea3834267d719b4c801409b8b1ddd0158", - "email": "super@example.com", - "date_joined": "2007-05-30 13:20:10" - } - } -] |
