Original PR: https://github.com/eitchtee/WYGIWYH/pull/140 Author: @eitchtee Created: 2/7/2025 Status: ✅ Merged Merged: 2/7/2025 Merged by: @eitchtee
Base: main ← Head: dev
main
dev
5296820
8315ade
1a0de32
9 files changed (+450 additions, -182 deletions)
📝 app/apps/currencies/admin.py (+2 -1) 📝 app/apps/currencies/exchange_rates/fetcher.py (+61 -19) 📝 app/apps/currencies/forms.py (+7 -3) ➕ app/apps/currencies/migrations/0011_remove_exchangerateservice_fetch_interval_hours_and_more.py (+32 -0) 📝 app/apps/currencies/models.py (+93 -4) 📝 app/locale/de/LC_MESSAGES/django.po (+78 -50) 📝 app/locale/nl/LC_MESSAGES/django.po (+83 -51) 📝 app/locale/pt_BR/LC_MESSAGES/django.po (+94 -52) 📝 app/templates/exchange_rates_services/fragments/list.html (+0 -2)
app/apps/currencies/admin.py
app/apps/currencies/exchange_rates/fetcher.py
app/apps/currencies/forms.py
app/apps/currencies/migrations/0011_remove_exchangerateservice_fetch_interval_hours_and_more.py
app/apps/currencies/models.py
app/locale/de/LC_MESSAGES/django.po
app/locale/nl/LC_MESSAGES/django.po
app/locale/pt_BR/LC_MESSAGES/django.po
app/templates/exchange_rates_services/fragments/list.html
No description provided
🔄 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/140
Author: @eitchtee
Created: 2/7/2025
Status: ✅ Merged
Merged: 2/7/2025
Merged by: @eitchtee
Base:
main← Head:dev📝 Commits (3)
5296820refactor(automatic-exchange-rates): replace fetch_interval with fetch interval type and fetch interval8315adefix(automatic-exchange-rates): 1-24 should be 0-231a0de32locale: update locales📊 Changes
9 files changed (+450 additions, -182 deletions)
View changed files
📝
app/apps/currencies/admin.py(+2 -1)📝
app/apps/currencies/exchange_rates/fetcher.py(+61 -19)📝
app/apps/currencies/forms.py(+7 -3)➕
app/apps/currencies/migrations/0011_remove_exchangerateservice_fetch_interval_hours_and_more.py(+32 -0)📝
app/apps/currencies/models.py(+93 -4)📝
app/locale/de/LC_MESSAGES/django.po(+78 -50)📝
app/locale/nl/LC_MESSAGES/django.po(+83 -51)📝
app/locale/pt_BR/LC_MESSAGES/django.po(+94 -52)📝
app/templates/exchange_rates_services/fragments/list.html(+0 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.