[PR #302] [MERGED] refactor: properly name shareable objects generic fields #339

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (1)

  • 5b6c123 refactor: properly name shareable objects generic fields

📊 Changes

6 files changed (+181 additions, -2 deletions)

View changed files

app/apps/accounts/migrations/0015_alter_account_owner_alter_account_shared_with_and_more.py (+46 -0)
📝 app/apps/common/models.py (+9 -2)
app/apps/dca/migrations/0004_alter_dcastrategy_owner_and_more.py (+31 -0)
app/apps/rules/migrations/0014_alter_transactionrule_owner_and_more.py (+31 -0)
app/apps/transactions/migrations/0047_alter_transactioncategory_owner_and_more.py (+61 -0)
📝 app/apps/transactions/models.py (+3 -0)

📄 Description

No description provided


🔄 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/302 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 7/28/2025 **Status:** ✅ Merged **Merged:** 7/28/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`5b6c123`](https://github.com/eitchtee/WYGIWYH/commit/5b6c123fa16a0593fd4d89a5c40794c49a6d7ec1) refactor: properly name shareable objects generic fields ### 📊 Changes **6 files changed** (+181 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `app/apps/accounts/migrations/0015_alter_account_owner_alter_account_shared_with_and_more.py` (+46 -0) 📝 `app/apps/common/models.py` (+9 -2) ➕ `app/apps/dca/migrations/0004_alter_dcastrategy_owner_and_more.py` (+31 -0) ➕ `app/apps/rules/migrations/0014_alter_transactionrule_owner_and_more.py` (+31 -0) ➕ `app/apps/transactions/migrations/0047_alter_transactioncategory_owner_and_more.py` (+61 -0) 📝 `app/apps/transactions/models.py` (+3 -0) </details> ### 📄 Description _No description provided_ --- <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:19:53 +01:00
adam closed this issue 2025-12-29 00:19:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#339