Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
djangoldp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
djangoldp-packages
djangoldp
Merge requests
!36
Resolve "auto_author gives permission to everybody???"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "auto_author gives permission to everybody???"
99-author-perms
into
master
Overview
5
Commits
10
Pipelines
1
Changes
2
Merged
Ghost User
requested to merge
99-author-perms
into
master
6 years ago
Overview
5
Commits
10
Pipelines
1
Changes
2
Expand
Closes
#99 (closed)
0
0
Merge request reports
Viewing commit
6805cae1
Prev
Next
Show latest version
2 files
+
9
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
6805cae1
syntax: code format
· 6805cae1
Jean-Baptiste
authored
6 years ago
djangoldp/tests/tests_user_permissions.py
+
1
−
0
Options
@@ -7,6 +7,7 @@ from djangoldp.views import LDPViewSet
import
json
class
TestUserPermissions
(
APITestCase
):
def
setUp
(
self
):
Loading