Releases: napse-invest/django-napse
Releases · napse-invest/django-napse
v1.13.8
1.13.8 (2024-03-20)
Bug Fixes
- celery: tasks now run correctly (if I'm not mistaken) (4d56fa2)
- fleet: fix bad currency serialization in fleet's serializer (414e3ed)
- history: optimize delta query (2e5264a)
- value: remove value_market usage (f3d9004)
v1.13.7
1.13.7 (2024-03-14)
Bug Fixes
- logging: weird settings import (b5472db)
v1.13.3
1.13.3 (2024-03-13)
Bug Fixes
- celery: now works asynchronously (0dc86ef)
v1.13.2
1.13.2 (2024-03-12)
Bug Fixes
- api: exchange_account creation (45cb17a)
v1.13.0
1.13.0 (2024-03-12)
Bug Fixes
- naming: renamed NapseSpace to Space (9b8a450)
- serializer: fix functionnal issues & add optimizations (add79fb)
- serializer: fix Non subinstances in serializers (42ec3a4)
- serializer: replace getter generator by a list (039809a)
Features
- celery: new history task (e7f74fa)
- field: add default (0704aa1)
- histories: added serializers and updated space view (a267240)
- histories: added WalletHistories (a659172)
- serializer: add default to fields & improve drf & django compatibility (9673316)
- serializer: add read-only status (96466eb)
v1.12.0
1.12.0 (2024-02-27)
Bug Fixes
- Fields: instance_check is now a static method (6f773db)
- serializer: models check works now well with validated data (dcb249a)
- serializers: minor fixes for cleaner code (f92705b)
Features
- serializer: add validations + model manipulation in serializer + UUIDField and DatetimeField (34317ca)