[PR #429] [MERGED] fix(api): inefficient transaction update operation #425

Closed
opened 2025-12-29 00:20:20 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/eitchtee/WYGIWYH/pull/429
Author: @eitchtee
Created: 12/7/2025
Status: Merged
Merged: 12/7/2025
Merged by: @eitchtee

Base: mainHead: dev


📝 Commits (1)

  • e8e1144 fix(api): inefficient transaction update operation

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 app/apps/api/views/transactions.py (+1 -1)

📄 Description

Updates TransactionViewSet perform_update method to use DRF's get_object() to avoid unnecessary serialization.

Fixes #427


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/eitchtee/WYGIWYH/pull/429 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 12/7/2025 **Status:** ✅ Merged **Merged:** 12/7/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`e8e1144`](https://github.com/eitchtee/WYGIWYH/commit/e8e1144fdd7f11cdfa8df1a9db9b342eb77d2cf7) fix(api): inefficient transaction update operation ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/apps/api/views/transactions.py` (+1 -1) </details> ### 📄 Description Updates TransactionViewSet `perform_update` method to use DRF's `get_object()` to avoid unnecessary serialization. Fixes #427 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 00:20:20 +01:00
adam closed this issue 2025-12-29 00:20:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#425