schon/engine/core
Egor fureunoir Gorbunov 9d5b4fee90 fix(models, viewsets): filter inactive records in queries
ensure only active records are considered in `models.py` and `viewsets.py` by adding `is_active=True` filters. improves data integrity and prevents processing inactive entities.
2026-02-16 19:43:09 +03:00
..
crm Extra: RUFF 2025-12-15 20:29:02 +03:00
data 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
docs 2026.1 2026-01-25 23:16:38 +03:00
elasticsearch Features: 1) None; 2025-12-19 16:43:39 +03:00
feeds feat(core): improve XML formatting and validation rules 2026-01-30 14:43:52 +03:00
fixtures feat(blog): add multilingual demo blog posts showcasing Schon's features and capabilities 2026-02-15 12:21:39 +03:00
graphene 2026.1 2026-01-26 03:23:41 +03:00
locale refactor(locale): update Russian locale translations for accuracy 2026-01-26 17:06:52 +03:00
management refactor(core): improve type checking and fix password handling in demo data 2026-02-15 03:06:17 +03:00
migrations 2026.1 2026-01-25 23:16:38 +03:00
serializers 2026.1 2026-01-26 03:23:41 +03:00
static chore(engine): add JavaScript source map for rapidoc-min.js 2026-02-15 02:16:10 +03:00
templates feat(emailing): add OpenAPI schemas for unsubscribe and tracking endpoints 2026-02-05 19:30:53 +03:00
templatetags Features: 1) None; 2025-12-19 16:43:39 +03:00
tests Extra: RUFF 2025-12-15 20:29:02 +03:00
typing 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
utils feat(fixtures): add demo.json for gemstone and jewelry showcase 2026-02-05 15:40:57 +03:00
vendors chore(core): remove obsolete price fixing command and update .gitignore 2026-01-28 21:52:57 +03:00
__init__.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
abstract.py Features: 1) Improved request processing in middleware by adding mutable QueryDict implementation; 2) Extended type annotations across various modules for enhanced type safety; 3) Refined JWT token lifetime configuration for environment-specific logic. 2025-12-19 15:17:17 +03:00
admin.py refactor(locale): update Russian locale translations for accuracy 2026-01-26 17:06:52 +03:00
apps.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
b2b_urls.py Extra: RUFF 2025-12-15 20:29:02 +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 Features: 1) None; 2025-12-19 16:43:39 +03:00
forms.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
managers.py feat(vendor-management): introduce custom querysets and managers for streamlined vendor integration 2026-01-28 13:41:38 +03:00
mixins.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
models.py fix(models, viewsets): filter inactive records in queries 2026-02-16 19:43:09 +03:00
permissions.py 2026.1 2026-01-25 23:16:38 +03:00
signals.py 2026.1 2026-01-25 23:16:38 +03:00
sitemaps.py Features: 1) None; 2025-12-19 16:43:39 +03:00
tasks.py feat(feeds): add marketplace-specific feed generators 2026-01-26 17:44:21 +03:00
translation.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
urls.py Extra: RUFF 2025-12-15 20:29:02 +03:00
validators.py Features: 1) None; 2025-12-19 16:43:39 +03:00
views.py refactor(core): improve type checking and fix password handling in demo data 2026-02-15 03:06:17 +03:00
viewsets.py fix(models, viewsets): filter inactive records in queries 2026-02-16 19:43:09 +03:00
widgets.py Features: 1) None; 2025-12-19 16:43:39 +03:00