Remove warnings about WIP API.

This commit is contained in:
cahrens
2017-01-17 10:10:20 -05:00
parent d497e19462
commit 80ff25f7b9
2 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,10 @@
"""
NOTE: this API is WIP and has not yet been approved. Do not use this API without talking to Christina or Andy.
An API for retrieving user account information.
For more information, see:
For additional information and historical context, see:
https://openedx.atlassian.net/wiki/display/TNL/User+API
"""
from django.db import transaction
from edx_rest_framework_extensions.authentication import JwtAuthentication
from rest_framework import permissions

View File

@@ -1,8 +1,7 @@
"""
NOTE: this API is WIP and has not yet been approved. Do not use this API
without talking to Christina or Andy.
An API for retrieving user preference information.
For more information, see:
For additional information and historical context, see:
https://openedx.atlassian.net/wiki/display/TNL/User+API
"""
from rest_framework.views import APIView