mirror of
https://github.com/finmars-platform/finmars-core.git
synced 2026-04-26 22:56:00 +03:00
[PR #101] [MERGED] Data principles #162
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#162
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/101
Author: @falendary
Created: 9/22/2025
Status: ✅ Merged
Merged: 9/25/2025
Merged by: @falendary
Base:
main← Head:data-principles📝 Commits (7)
1e39df3First Priorityd6207fcSecond Priority2a47665Great Data Pricinplces! Migrations39aaf9fGreat Data Pricinplces! Migrations46dfba0add attributes_extrab9edd47add attributes_extraec7a0beupdate csv scheme📊 Changes
36 files changed (+2453 additions, -53 deletions)
View changed files
➕
poms/accounts/migrations/0011_remove_account_external_id_and_more.py(+110 -0)➕
poms/accounts/migrations/0012_account_attributes_extra.py(+18 -0)📝
poms/accounts/tests/test_account_view.py(+2 -2)📝
poms/accounts/views.py(+3 -2)📝
poms/common/filters.py(+163 -0)📝
poms/common/models.py(+144 -5)📝
poms/common/serializers.py(+21 -10)📝
poms/common/views.py(+4 -0)➕
poms/counterparties/migrations/0009_remove_counterparty_external_id_and_more.py(+207 -0)➕
poms/counterparties/migrations/0010_counterparty_attributes_extra_and_more.py(+23 -0)📝
poms/counterparties/tests/test_counterparty_view.py(+1 -1)📝
poms/counterparties/tests/test_responsible_view.py(+1 -1)📝
poms/counterparties/views.py(+5 -4)📝
poms/csv_import/serializers.py(+221 -0)➕
poms/currencies/migrations/0013_remove_currency_external_id_and_more.py(+110 -0)➕
poms/currencies/migrations/0014_currencyhistory_actual_at_and_more.py(+118 -0)➕
poms/currencies/migrations/0015_currency_attributes_extra_and_more.py(+23 -0)📝
poms/currencies/models.py(+1 -1)📝
poms/currencies/serializers.py(+1 -1)📝
poms/currencies/tests/test_currency_history_view.py(+1 -2)...and 16 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.