39b841fcb2
2026.1
2026-01-25 23:16:38 +03:00
890957197c
Extra: RUFF
2025-12-15 20:29:02 +03:00
87ba06ff0c
Features: 1) Add LimitsType GraphQL object and payments_limits query to expose deposit limits; 2) Introduce LimitsSerializer and LimitsAPIView for retrieving minimal and maximal deposit amounts; 3) Implement get_limits utility to calculate deposit boundaries dynamically;
...
Fixes: 1) Add missing `LimitsSerializer` import in `drf.views` module;
Extra: 1) Update `.gitignore` to exclude `queries`; 2) Refactor schema and views to integrate new limits functionality.
2025-12-08 10:48:22 +03:00
43dc556063
Features: 1) Migrate from Jazzmin to django-unfold for admin UI;
...
Fixes: 1) Remove deprecated Jazzmin configuration and replace with unfold dependencies; 2) Update DRF API title to use new PROJECT_NAME; 3) Fix import order and remove unused imports in core/viewsets.py;
Extra: 1) Add PROJECT_NAME to base settings; 2) Update INSTALLED_APPS to include unfold-related apps; 3) Clean up unused config references.
2025-11-15 01:38:14 +03:00
dd2922e3e6
Features: 1) Add logging warning to update_currencies_to_euro for deprecation notice.
...
Fixes: 1) None.
Extra: 1) Remove deprecated payment gateway configuration settings; 2) Refactor `EXCHANGE_RATE_API_KEY` usage into `COMPANY_CONFIGURATION` group; 3) Add logging import to `currencies.py` module.
2025-11-10 11:37:40 +03:00
33362d8340
2025.4 PREVIEW
2025-11-08 04:38:09 +03:00