schon/engine/core
Egor fureunoir Gorbunov 01ba06d52c Features: 1) Add image_url property to Category and ProductImage models for constructing absolute image URLs; 2) Replace direct image.url references with image_url across serializers and GraphQL resolvers;
Fixes: None;

Extra: 1) Simplify serializer methods by removing redundant `suppress` blocks for `image.url`; 2) Minor adjustments to GraphQL resolver parameter names for consistency.
2025-11-11 14:38:41 +03:00
..
crm 2025.4 BETA 2025-11-10 08:36:57 +03:00
data 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
docs 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
elasticsearch 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
fixtures 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
graphene Features: 1) Add image_url property to Category and ProductImage models for constructing absolute image URLs; 2) Replace direct image.url references with image_url across serializers and GraphQL resolvers; 2025-11-11 14:38:41 +03:00
locale Features: None; 2025-11-10 15:57:15 +03:00
management Features: 1) Add static files configuration in nginx for cross-origin requests. 2025-11-10 11:51:34 +03:00
migrations 2025.4 BETA 2025-11-10 08:36:57 +03:00
serializers Features: 1) Add image_url property to Category and ProductImage models for constructing absolute image URLs; 2) Replace direct image.url references with image_url across serializers and GraphQL resolvers; 2025-11-11 14:38:41 +03:00
static 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
templates 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
templatetags 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
typing 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
utils Features: None; 2025-11-10 15:57:15 +03:00
vendors Features: 1) Add logging for saving vendor responses and processing attributes; 2) Update process_attribute to return AttributeValue upon success. 2025-11-10 08:44:36 +03:00
__init__.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
abstract.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
admin.py Fixes: 1) Remove unused "categories" field from relation_fields in admin configuration; 2025-11-10 17:06:17 +03:00
apps.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
b2b_urls.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
choices.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
errors.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
filters.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
forms.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
managers.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
mixins.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
models.py Features: 1) Add image_url property to Category and ProductImage models for constructing absolute image URLs; 2) Replace direct image.url references with image_url across serializers and GraphQL resolvers; 2025-11-11 14:38:41 +03:00
permissions.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
signals.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
sitemaps.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
tasks.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
tests.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
translation.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
urls.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
validators.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
views.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
viewsets.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
widgets.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00