mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-15 13:43:28 +01:00
[PR #51] [MERGED] feat(app): allow changing date and datetime format as a user setting #135
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/51
Author: @eitchtee
Created: 1/20/2025
Status: ✅ Merged
Merged: 1/20/2025
Merged by: @eitchtee
Base:
main← Head:50-date-notation📝 Commits (1)
60fe4c9feat(app): allow changing date and datetime format as a user setting📊 Changes
21 files changed (+381 additions, -85 deletions)
View changed files
➕
app/apps/common/templatetags/date.py(+32 -0)📝
app/apps/common/utils/django.py(+129 -0)📝
app/apps/common/widgets/datepicker.py(+72 -28)📝
app/apps/currencies/forms.py(+4 -4)📝
app/apps/currencies/views/exchange_rates.py(+4 -4)📝
app/apps/dca/forms.py(+2 -2)📝
app/apps/dca/views.py(+4 -4)📝
app/apps/monthly_overview/views.py(+2 -2)📝
app/apps/transactions/filters.py(+3 -3)📝
app/apps/transactions/forms.py(+15 -14)📝
app/apps/transactions/views/installment_plans.py(+6 -4)📝
app/apps/transactions/views/recurring_transactions.py(+8 -4)📝
app/apps/transactions/views/transactions.py(+11 -9)📝
app/apps/users/forms.py(+51 -1)➕
app/apps/users/migrations/0013_usersettings_date_format_and_more.py(+23 -0)📝
app/apps/users/models.py(+3 -0)📝
app/templates/calendar_view/fragments/list_transactions.html(+2 -1)📝
app/templates/cotton/transaction/item.html(+2 -1)📝
app/templates/dca/fragments/strategy/details.html(+4 -3)📝
app/templates/exchange_rates/fragments/table.html(+2 -1)...and 1 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.