This website requires JavaScript.
Explore
Help
Sign in
fureunoir
/
schon
Watch
1
Star
1
Fork
You've already forked schon
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
54d8889ffa
schon
/
core
/
graphene
History
Egor fureunoir Gorbunov
54d8889ffa
Fixes: 1) Corrected products' filtering options on interfaces
2025-08-25 00:41:02 +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
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
object_types.py
Features: 1) Introduce
ALLOW
validation for generic actions in permissions; 2) Add
AllowAny
permission class to
seo_meta
endpoints; 3) Update SEO URL patterns and breadcrumbs with language codes; 4) Improve compatibility of
attributes
in serializers with
ListField
and
DictField
.;
2025-08-18 15:20:47 +03:00
schema.py
Fixes: 1) Corrected products' filtering options on interfaces
2025-08-25 00:41:02 +03:00