Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete notifications older than 90 days (#1328)
* used prefetch_related method to optimize the query performed to fetch a many to many relationship * Revert "add direnv support (#1304)" This reverts commit f613661. * Revert "Revert "add direnv support (#1304)"" This reverts commit 7d410fd. * Revert "used prefetch_related method to optimize the query performed to fetch a many to many relationship" This reverts commit 8946d5f. * used prefetch where we are querying the skills using UserAssigned Serializer * Revert "used prefetch where we are querying the skills using UserAssigned Serializer" This reverts commit 7000a38. * made neccessary changes for prefetching the skills * Revert "made neccessary changes for prefetching the skills" This reverts commit f59ff6b. * delete older notifications * added tests
- Loading branch information