1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Mark UserAction as deprecated

This commit is contained in:
Jeremy Stretch
2018-08-02 09:38:09 -04:00
parent 5e97f87a64
commit 8f127e86ac
2 changed files with 3 additions and 2 deletions

View File

@@ -237,7 +237,7 @@ class ObjectChangeViewSet(ReadOnlyModelViewSet):
class RecentActivityViewSet(ReadOnlyModelViewSet):
"""
List all UserActions to provide a log of recent activity.
DEPRECATED: List all UserActions to provide a log of recent activity.
"""
queryset = UserAction.objects.all()
serializer_class = serializers.UserActionSerializer