Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2020-08-28 | re-lcok pipfile | -22/+81 | ||
2020-08-28 | Uninstall djangorestframework-bulk dependency | -183/+121 | ||
2020-08-28 | Add tests for bulk patch for User Model and additional test for bulk ↵ | -0/+116 | ||
creation of User Models. | ||||
2020-08-28 | Add code to replace restframework_bulk package for bulk create and simplify ↵ | -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-26 | Except AttributeError when self.instance is None and while fetching User ↵ | -1/+1 | ||
object from database. | ||||
2020-08-26 | Add reference links in UserListSerializer methods | -2/+7 | ||
2020-08-26 | add support for bulk updates on user model | -1/+136 | ||
implemented a method to handle bulk updates on user model via a new endpoint: /bot/users/bulk_patch | ||||
2020-08-26 | add pagination for GET request on /bot/users endpoint | -6/+24 | ||
Pagination is done via PageNumberPagination, i.e, each page contains a specific number of `user` objects. | ||||
2020-08-20 | Update docstring for new fetching behaviour | -0/+24 | ||
2020-08-20 | Allow direct fetching of reminders by id | -1/+35 | ||
2020-08-13 | Update Code Jam 7 to most recent in navbar | -1/+1 | ||
2020-08-08 | Update rule 6 for the removal of #show-your-projects | -1/+2 | ||