schon/core/migrations
Egor fureunoir Gorbunov f52227973b Features: 1) Add b2b_auth_token and users fields to Vendor model with associated migration; 2) Introduce unique constraint for b2b_auth_token with migration; 3) Enhance VendorAdmin and Vendor model's save method to manage related users and token fields automatically;
Fixes: 1) Adjust `is_business` property logic for accuracy; 2) Fix import cleanup in serializers and utils files;

Extra: Refactor `core.models`, `core.utils`, and `core.vendors` for improved type annotations and other minor adjustments; Expand mypy exclusions in `pyproject.toml`.
2025-07-28 11:56:32 +03:00
..
0001_initial.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0002_initial.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0003_alter_attribute_name_alter_attribute_name_ar_ar_and_more.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0004_alter_product_name_alter_product_name_ar_ar_and_more.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0005_remove_brand_category_brand_categories.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0006_alter_order_status.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0007_alter_category_image.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0008_digitalassetdownload.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0009_documentary.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0010_product_partnumber.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0011_brand_big_logo_brand_description_and_more.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0012_alter_order_user.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0013_product_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0014_alter_product_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0015_alter_product_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0016_alter_product_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0017_order_human_readable_id.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0018_alter_order_human_readable_id.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0019_address.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0020_order_billing_address_order_shipping_address.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0021_rename_name_ar_ar_attribute_name_ar_ar_and_more.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0022_category_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0023_address_address_line.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0024_categorytag_category_tags.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0025_alter_product_category.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0026_brand_slug_alter_category_slug_alter_product_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0027_brand_priority_alter_brand_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0028_alter_category_slug_alter_product_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0029_alter_category_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0030_alter_category_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0031_alter_product_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0032_alter_brand_slug_alter_category_slug_and_more.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0033_alter_category_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0034_category_priority_alter_brand_priority.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0035_alter_brand_slug_alter_category_slug_and_more.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0036_vendor_b2b_auth_token_vendor_users.py Features: 1) Add b2b_auth_token and users fields to Vendor model with associated migration; 2) Introduce unique constraint for b2b_auth_token with migration; 3) Enhance VendorAdmin and Vendor model's save method to manage related users and token fields automatically; 2025-07-28 11:56:32 +03:00
0037_alter_vendor_b2b_auth_token.py Features: 1) Add b2b_auth_token and users fields to Vendor model with associated migration; 2) Introduce unique constraint for b2b_auth_token with migration; 3) Enhance VendorAdmin and Vendor model's save method to manage related users and token fields automatically; 2025-07-28 11:56:32 +03:00
__init__.py Initial Commit 2025-04-29 22:40:30 +03:00