Conversation
|
The code looks good, but I haven't run any of it. @asmacdo do you know why the docs builder failed? |
|
@bmbouter, I'm not sure, but I am testing my guess by adding |
ab6ea66
to
bd760d0
Compare
|
|
|
Hello @asmacdo! Thanks for updating the PR. Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated on December 06, 2017 at 17:59 Hours UTC |
pulpcore/pulpcore/app/settings.py
Outdated
| @@ -114,7 +114,7 @@ | |||
| 'DEFAULT_FILTER_BACKENDS': ('django_filters.rest_framework.DjangoFilterBackend',), | |||
| 'DEFAULT_PAGINATION_CLASS': 'pulpcore.app.pagination.UUIDPagination', | |||
| 'PAGE_SIZE': 100, | |||
| 'DEFAULT_PERMISSION_CLASSES': ('rest_framework.permissions.IsAuthenticated',), | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to uncomment :)
f80dee7
to
aa094ae
Compare
aa094ae
to
cbba0e4
Compare
|
Nice work, @asmacdo! LGTM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @asmacdo! This looks (and tests) correct
🎉
closes https://pulp.plan.io/issues/3160