[PR #101] [MERGED] Data principles #162

Closed
opened 2026-03-03 11:59:11 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: data-principles


📝 Commits (7)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/finmars-platform/finmars-core/pull/101 **Author:** [@falendary](https://github.com/falendary) **Created:** 9/22/2025 **Status:** ✅ Merged **Merged:** 9/25/2025 **Merged by:** [@falendary](https://github.com/falendary) **Base:** `main` ← **Head:** `data-principles` --- ### 📝 Commits (7) - [`1e39df3`](https://github.com/finmars-platform/finmars-core/commit/1e39df37bdad9d1b1f33d7986cc400d0589c25cd) First Priority - [`d6207fc`](https://github.com/finmars-platform/finmars-core/commit/d6207fc5ec2fa6547d05baa966abf73682d5a270) Second Priority - [`2a47665`](https://github.com/finmars-platform/finmars-core/commit/2a47665cffcf613c7b15b7f510c9fb8fa7f0afdc) Great Data Pricinplces! Migrations - [`39aaf9f`](https://github.com/finmars-platform/finmars-core/commit/39aaf9fa6827f6ff7b049461e518407522155b18) Great Data Pricinplces! Migrations - [`46dfba0`](https://github.com/finmars-platform/finmars-core/commit/46dfba02deb115c314b4cc5ff9f0ca6cfba0a440) add attributes_extra - [`b9edd47`](https://github.com/finmars-platform/finmars-core/commit/b9edd4774461df6962db4e0c175767d9434fb142) add attributes_extra - [`ec7a0be`](https://github.com/finmars-platform/finmars-core/commit/ec7a0be4ef1345ad41111adf9c11597b10526b11) update csv scheme ### 📊 Changes **36 files changed** (+2453 additions, -53 deletions) <details> <summary>View changed files</summary> ➕ `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:59:11 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/finmars-core#162
No description provided.