schon/core/graphene
2025-09-22 14:11:15 +03:00
..
__init__.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
mutations.py Fixes: 1) Remove redundant permission check for core.change_orderproduct in mutations.py; 2025-09-18 14:10:06 +03:00
object_types.py Features: 1) Add is_filterable field to Attribute model with migration; 2) Extend admin panel to include is_filterable in general_fields; 3) Update serializers to respect is_filterable for attribute querying; 4) Ensure object types enforce is_filterable in attribute filtering; 2025-09-22 14:11:15 +03:00
schema.py Fixes: 1) Corrected products' filtering options on interfaces 2025-08-25 00:41:02 +03:00