schon/core/serializers
2025-07-29 22:38:05 +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
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 support for processing chosen_products in order creation and update mutations; 2) Introduce new field chosen_products to serializers and GraphQL inputs; 3) Enhance order model to allow bulk addition of products with quantity updates; 2025-07-08 21:02:54 +03:00