Skip to main content

django-6-knowledge

Provides knowledge about Django 6.0 features and implementation patterns. Use when working with Django projects, when the user mentions Django features, or when implementing Django functionality that may have changed in version 6.0.

الانتقال إلى التثبيت

معلومات المصدر

المستودع
DrZoot/django-skill
آخر نشاط في المصدر
٦ يناير ٢٠٢٦ في ٢٢:٤٦
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٠
التفرعات
٠

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
name
django-6-knowledge
description
Provides knowledge about Django 6.0 features and implementation patterns. Use when working with Django projects, when the user mentions Django features, or when implementing Django functionality that may have changed in version 6.0.
# Django 6.0 Knowledge This skill provides up-to-date information about Django 6.0 features and implementation patterns to bridge the knowledge gap until the model's training data includes Django 6.0. ## Available references **Template Partials**: See [references/partials.md](references/partials.md) for Django 6.0's new template partials feature (`{% partialdef %}` / `{% partial %}`), including inline rendering, context handling, direct partial rendering for AJAX responses, and when to use partials vs includes. ## Usage When working with Django 6.0 projects, refer to the reference files in this skill for accurate implementation guidance. The references cover new features, changed APIs, and best practices specific to Django 6.0.
عرض على GitHub