schon/core/serializers
Egor fureunoir Gorbunov a44b8fb652 Features: 1) Add handling for business user attributes in order logic; 2) Update HTTP response codes for business order creation to 201.
Fixes: 1) Fix typo `business_inn` to `business_identificator`.

Extra: 1) Improve exception handling with specific error cases for invalid `force` values; 2) Minor formatting adjustments in `models.py`.
2025-09-01 13:17:51 +03:00
..
__init__.py Features: 1) 2.8.9 update 2025-06-18 15:05:58 +03:00
detail.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
seo.py Features: 1) Add SEO meta utilities and builder functions for schemas; 2) Implement SEO-related APIs in viewsets for categories, brands, and products; 3) Add SeoMeta model and serializer to manage SEO metadata. 2025-08-18 14:26:09 +03:00
simple.py Features: 1) Add feedbacks_count, personal_orders_only, quantity, and attribute_groups to graphene object types; 2) Extend serializer to include personal_orders_only; 2025-07-29 22:38:05 +03:00
utility.py Features: 1) Add handling for business user attributes in order logic; 2) Update HTTP response codes for business order creation to 201. 2025-09-01 13:17:51 +03:00