diff options
author | 2020-10-04 21:27:00 +0530 | |
---|---|---|
committer | 2020-10-04 21:27:00 +0530 | |
commit | 5dda824139c0592a0ec1365cdf45bc4009fdf944 (patch) | |
tree | 5c2baaa4ef1bbda5c251c92371ff95cb1ebacc6c /pydis_site/apps/api/views.py | |
parent | optimize bulk update endpoint by using Model.objects.bulk_update() method (diff) | |
parent | Merge pull request #402 from python-discord/joseph/reduce-discord-scopes (diff) |
Merge remote-tracking branch 'upstream/master' into user_endpoint
Diffstat (limited to 'pydis_site/apps/api/views.py')
-rw-r--r-- | pydis_site/apps/api/views.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pydis_site/apps/api/views.py b/pydis_site/apps/api/views.py index 7ac56641..0d126051 100644 --- a/pydis_site/apps/api/views.py +++ b/pydis_site/apps/api/views.py @@ -135,8 +135,9 @@ class RulesView(APIView): ), ( "Do not provide or request help on projects that may break laws, " - "breach terms of services, be considered malicious/inappropriate " - "or be for graded coursework/exams." + "breach terms of services, be considered malicious or inappropriate. " + "Do not help with ongoing exams. Do not provide or request solutions " + "for graded assignments, although general guidance is okay." ), ( "No spamming or unapproved advertising, including requests for paid work. " |