django-knowledge-patch

Installation
SKILL.md

Django Knowledge Patch (5.2 – 6.0)

Claude knows Django through 5.1. This skill covers Django 5.2 LTS (April 2025) and Django 6.0 (December 2025).

Index

Topic Reference Key features
Models & ORM references/models-and-orm.md Composite PKs, StringAgg cross-db, AnyValue, auto-refresh expressions, NotUpdated
Templates references/templates.md Partials (#partial_name), simple_block_tag, forloop.length
Content Security Policy references/csp.md Built-in CSP middleware, nonce support, per-view overrides
Background Tasks references/background-tasks.md @task decorator, enqueue/result API, built-in backends
Views & HTTP references/views-and-http.md reverse() query/fragment, preserve_request, AsyncPaginator, content negotiation
Migration Guide references/migration-guide.md Breaking changes, deprecations, version requirements

Quick Reference

Composite Primary Keys (5.2)

Related skills
Installs
3
GitHub Stars
19
First Seen
Apr 7, 2026