[PR #147] [MERGED] update provenance #178

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

📋 Pull Request Information

Original PR: https://github.com/finmars-platform/finmars-core/pull/147
Author: @falendary
Created: 12/29/2025
Status: Merged
Merged: 12/30/2025
Merged by: @falendary

Base: mainHead: plat-1916


📝 Commits (1)

📊 Changes

30 files changed (+1738 additions, -43 deletions)

View changed files

poms/accounts/migrations/0016_accounttype_actual_at_accounttype_attributes_extra_and_more.py (+113 -0)
📝 poms/accounts/models.py (+3 -1)
📝 poms/accounts/serializers.py (+2 -0)
📝 poms/accounts/tests/test_account_type_view.py (+2 -2)
poms/clients/migrations/0010_client_actual_at_client_attributes_extra_and_more.py (+140 -0)
📝 poms/clients/models.py (+3 -2)
📝 poms/clients/serializers.py (+3 -1)
📝 poms/clients/tests/test_client_view.py (+2 -2)
📝 poms/common/filters.py (+1 -0)
📝 poms/common/serializers.py (+2 -1)
poms/csv_import/migrations/0014_csvimportscheme_actual_at_and_more.py (+140 -0)
📝 poms/csv_import/models.py (+5 -1)
📝 poms/csv_import/serializers.py (+21 -1)
poms/instruments/migrations/0040_instrumenttype_actual_at_and_more.py (+113 -0)
📝 poms/instruments/models.py (+3 -1)
📝 poms/instruments/serializers.py (+3 -1)
📝 poms/instruments/tests/views/test_instrument_type_view.py (+2 -3)
poms/portfolios/migrations/0040_portfoliobundle_platform_version_and_more.py (+640 -0)
📝 poms/portfolios/models.py (+8 -6)
📝 poms/portfolios/serializers.py (+16 -2)

...and 10 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/147 **Author:** [@falendary](https://github.com/falendary) **Created:** 12/29/2025 **Status:** ✅ Merged **Merged:** 12/30/2025 **Merged by:** [@falendary](https://github.com/falendary) **Base:** `main` ← **Head:** `plat-1916` --- ### 📝 Commits (1) - [`2b7f821`](https://github.com/finmars-platform/finmars-core/commit/2b7f821e6b2bd56b98971418c59db44abad228ca) update provenance ### 📊 Changes **30 files changed** (+1738 additions, -43 deletions) <details> <summary>View changed files</summary> ➕ `poms/accounts/migrations/0016_accounttype_actual_at_accounttype_attributes_extra_and_more.py` (+113 -0) 📝 `poms/accounts/models.py` (+3 -1) 📝 `poms/accounts/serializers.py` (+2 -0) 📝 `poms/accounts/tests/test_account_type_view.py` (+2 -2) ➕ `poms/clients/migrations/0010_client_actual_at_client_attributes_extra_and_more.py` (+140 -0) 📝 `poms/clients/models.py` (+3 -2) 📝 `poms/clients/serializers.py` (+3 -1) 📝 `poms/clients/tests/test_client_view.py` (+2 -2) 📝 `poms/common/filters.py` (+1 -0) 📝 `poms/common/serializers.py` (+2 -1) ➕ `poms/csv_import/migrations/0014_csvimportscheme_actual_at_and_more.py` (+140 -0) 📝 `poms/csv_import/models.py` (+5 -1) 📝 `poms/csv_import/serializers.py` (+21 -1) ➕ `poms/instruments/migrations/0040_instrumenttype_actual_at_and_more.py` (+113 -0) 📝 `poms/instruments/models.py` (+3 -1) 📝 `poms/instruments/serializers.py` (+3 -1) 📝 `poms/instruments/tests/views/test_instrument_type_view.py` (+2 -3) ➕ `poms/portfolios/migrations/0040_portfoliobundle_platform_version_and_more.py` (+640 -0) 📝 `poms/portfolios/models.py` (+8 -6) 📝 `poms/portfolios/serializers.py` (+16 -2) _...and 10 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:15 +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#178
No description provided.