mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-15 13:43:28 +01:00
[PR #140] [MERGED] automatic exchange rates #204
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/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.