aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2020-08-28re-lcok pipfileGravatar rohanjnr-22/+81
2020-08-28Uninstall djangorestframework-bulk dependencyGravatar rohanjnr-183/+121
2020-08-28Add tests for bulk patch for User Model and additional test for bulk ↵Gravatar rohanjnr-0/+116
creation of User Models.
2020-08-28Add code to replace restframework_bulk package for bulk create and simplify ↵Gravatar rohanjnr-58/+35
UserListSerializer `to_internal_value()` function is not longer overriden in UserListSerializer, this is due to explicitly stating the `id` field in UserSerializer as mentioned in the documentation. Override `create()` method in UserListSerializer and override `get_serializer()` method in `UserViewSet` to support bulk creation.
2020-08-26Except AttributeError when self.instance is None and while fetching User ↵Gravatar rohanjnr-1/+1
object from database.
2020-08-26Add reference links in UserListSerializer methodsGravatar rohanjnr-2/+7
2020-08-26add support for bulk updates on user modelGravatar rohanjnr-1/+136
implemented a method to handle bulk updates on user model via a new endpoint: /bot/users/bulk_patch
2020-08-26add pagination for GET request on /bot/users endpointGravatar rohanjnr-6/+24
Pagination is done via PageNumberPagination, i.e, each page contains a specific number of `user` objects.
2020-08-20Update docstring for new fetching behaviourGravatar Numerlor-0/+24
2020-08-20Allow direct fetching of reminders by idGravatar Numerlor-1/+35
2020-08-13Update Code Jam 7 to most recent in navbarGravatar Dennis Pham-1/+1
2020-08-08Update rule 6 for the removal of #show-your-projectsGravatar Dennis Pham-1/+2