mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-11 20:00:26 +01:00
[PR #429] [MERGED] fix(api): inefficient transaction update operation #425
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:dev📝 Commits (1)
e8e1144fix(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_updatemethod to use DRF'sget_object()to avoid unnecessary serialization.Fixes #427
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.