mirror of
https://github.com/finmars-platform/finmars-core.git
synced 2026-04-26 14:46:00 +03:00
[PR #136] [MERGED] Provenance #170
Labels
No labels
BackEnd
FrontEnd
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/finmars-core#170
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/finmars-platform/finmars-core/pull/136
Author: @falendary
Created: 11/12/2025
Status: ✅ Merged
Merged: 11/19/2025
Merged by: @falendary
Base:
main← Head:provenance📝 Commits (10+)
4189baamodelsb54e3bbupdate with serializers and models3c64333add platform version & update csv import schema5e1f3f4update router79d166eupdate platform version, update serializersc7aad85migrations sync67a4978add platform-version to urls90b0453update provenance serializerc20941dsync9fe778eMerge branch 'main' of github.com:finmars-platform/finmars-core into provenance📊 Changes
58 files changed (+2268 additions, -146 deletions)
View changed files
📝
.gitignore(+1 -0)➕
poms/accounts/migrations/0013_remove_account_platform_version_and_more.py(+30 -0)➕
poms/accounts/migrations/0014_account_provider_account_provider_version_and_more.py(+55 -0)➕
poms/accounts/migrations/0015_account_platform_version_and_more.py(+25 -0)📝
poms/accounts/models.py(+3 -2)📝
poms/accounts/serializers.py(+2 -0)📝
poms/api/urls.py(+2 -0)📝
poms/common/models.py(+8 -23)📝
poms/common/serializers.py(+2 -7)📝
poms/common/utils.py(+5 -0)➕
poms/counterparties/migrations/0011_remove_counterparty_platform_version_and_more.py(+47 -0)➕
poms/counterparties/migrations/0012_counterparty_provider_counterparty_provider_version_and_more.py(+55 -0)➕
poms/counterparties/migrations/0013_counterparty_platform_version_and_more.py(+25 -0)📝
poms/counterparties/models.py(+3 -2)📝
poms/counterparties/serializers.py(+3 -0)📝
poms/csv_import/handlers.py(+6 -1)📝
poms/csv_import/serializers.py(+65 -79)➕
poms/currencies/migrations/0016_remove_currency_platform_version_and_more.py(+47 -0)➕
poms/currencies/migrations/0017_currency_provider_currency_provider_version_and_more.py(+55 -0)➕
poms/currencies/migrations/0018_currency_platform_version_and_more.py(+25 -0)...and 38 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.