Original PR: https://github.com/eitchtee/WYGIWYH/pull/214 Author: @eitchtee Created: 3/9/2025 Status: ✅ Merged Merged: 3/9/2025 Merged by: @eitchtee
Base: main ← Head: dev
main
dev
73e8fdb
7 files changed (+70 additions, -1 deletions)
➕ app/apps/accounts/migrations/0014_alter_account_options_alter_accountgroup_options.py (+21 -0) 📝 app/apps/accounts/models.py (+2 -0) ➕ app/apps/currencies/migrations/0014_alter_currency_options.py (+17 -0) 📝 app/apps/currencies/models.py (+1 -0) 📝 app/apps/mini_tools/utils/exchange_rate_map.py (+1 -1) ➕ app/apps/transactions/migrations/0042_alter_transactioncategory_options_and_more.py (+25 -0) 📝 app/apps/transactions/models.py (+3 -0)
app/apps/accounts/migrations/0014_alter_account_options_alter_accountgroup_options.py
app/apps/accounts/models.py
app/apps/currencies/migrations/0014_alter_currency_options.py
app/apps/currencies/models.py
app/apps/mini_tools/utils/exchange_rate_map.py
app/apps/transactions/migrations/0042_alter_transactioncategory_options_and_more.py
app/apps/transactions/models.py
Closes #207
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/eitchtee/WYGIWYH/pull/214
Author: @eitchtee
Created: 3/9/2025
Status: ✅ Merged
Merged: 3/9/2025
Merged by: @eitchtee
Base:
main← Head:dev📝 Commits (1)
73e8fdbfeat: alphabetically order most models by default📊 Changes
7 files changed (+70 additions, -1 deletions)
View changed files
➕
app/apps/accounts/migrations/0014_alter_account_options_alter_accountgroup_options.py(+21 -0)📝
app/apps/accounts/models.py(+2 -0)➕
app/apps/currencies/migrations/0014_alter_currency_options.py(+17 -0)📝
app/apps/currencies/models.py(+1 -0)📝
app/apps/mini_tools/utils/exchange_rate_map.py(+1 -1)➕
app/apps/transactions/migrations/0042_alter_transactioncategory_options_and_more.py(+25 -0)📝
app/apps/transactions/models.py(+3 -0)📄 Description
Closes #207
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.