Skip to content

Commit 557cdd0

Browse files
committed
Merge pull request #595 from mboersma/update-dj-guardian
chore(requirements): update django-guardian to 1.4.4
2 parents 3c07d6c + d2f3802 commit 557cdd0

2 files changed

Lines changed: 1 addition & 19 deletions

File tree

rootfs/api/fixtures/test_sharing.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
11
[
2-
{
3-
"pk": -1,
4-
"model": "auth.user",
5-
"fields": {
6-
"username": "AnonymousUser",
7-
"first_name": "",
8-
"last_name": "",
9-
"is_active": true,
10-
"is_superuser": false,
11-
"is_staff": false,
12-
"last_login": "2013-11-25T21:33:19.120Z",
13-
"groups": [],
14-
"user_permissions": [],
15-
"password": "",
16-
"email": "",
17-
"date_joined": "2013-11-25T21:33:19.120Z"
18-
}
19-
},
202
{
213
"pk": 2,
224
"model": "auth.user",

rootfs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
Django==1.9.5
44
django-cors-headers==1.1.0
5-
django-guardian==1.4.1
5+
django-guardian==1.4.4
66
djangorestframework==3.3.3
77
docker-py==1.8.0
88
gunicorn==19.4.5

0 commit comments

Comments
 (0)