summaryrefslogtreecommitdiff
path: root/gitlab
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2016-09-12 17:40:45 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2016-09-12 17:40:45 +0200
commit2ac42d623d69b5f4d1262c869657ab5971f67eca (patch)
tree486cb3f31af3e44654c6e16bcfa8a53ccacbfc62 /gitlab
parent90ad2dec7a0b158b2e77ae0cb403b01f2e1498d4 (diff)
parent449830f7ddad06d035995d7d004111a1be774532 (diff)
downloadgitlab-2ac42d623d69b5f4d1262c869657ab5971f67eca.tar.gz
Merge branch 'master' of github.com:gpocentek/python-gitlab
Diffstat (limited to 'gitlab')
-rw-r--r--gitlab/objects.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/objects.py b/gitlab/objects.py
index 5a23dbf..be0dbef 100644
--- a/gitlab/objects.py
+++ b/gitlab/objects.py
@@ -1169,6 +1169,7 @@ class ProjectFork(GitlabObject):
canList = False
canGet = False
requiredUrlAttrs = ['project_id']
+ optionalCreateAttrs = ['namespace']
class ProjectForkManager(BaseManager):