Community Open Source / Commercial Open Source / Proprietary / Admin Framework
Assessed against selection criteria + product strategy v1.0 on 2026-07-07.
Add JPEG XL (JXL) encoding/decoding to Willow, then expose the format in Wagtail core for image uploads and renditions, enabling ~15% smaller file sizes than AVIF, reducing bandwidth and carbon footprint with minimal user effort.
Classification: Pillar work
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env -S uv run | |
| # /// script | |
| # dependencies = [ | |
| # "python-frontmatter>=1.0", | |
| # ] | |
| # /// | |
| """ | |
| Generate a recap of issues assigned to specific milestones from the .issues/closed directory. | |
| This script parses Markdown files with YAML frontmatter and generates a formatted |
Pull request: django-pattern-library#275
Discussion: Feedback needed: agent skill for Stylelint upgrades #49
Generated with OpenAI Codex (gpt-5.1-codex-max)
django/: main framework packages; app directories mirror Django’s built-in contrib/apps layout.tests/: Python test suite mirrorsdjango/paths (e.g.,tests/forms_tests/fordjango/forms/);runtests.pydrives execution.docs/: Sphinx sources; seedocs/READMEfor building HTML andmaketargets.
| Role | Unacceptable | Capable | Adoptive | Transformative |
|---|---|---|---|---|
| Engineering | Calls AI coding assistants “too risky” Has never tested AI-generated code Relies only on Stack Overflow snippets |
Uses ChatGPT / Copilot / etc for simple coding tasks (e.g. regex, unit-test stubs) Can explain how they prompt, review, and validate AI output |
Chains LLM calls with fallback + retry logic Adds eval tests to flag hallucinations Knows Claude Code, Cursor, Windsurf, etc Can walk interviewers through prompt tweaks, token limits, code review |
Ships LLM-powered features, monitors live metrics, and refines based on user feedback Builds an AI-first dev pipeline (guardrails, RAG docs, etc) that cuts down PR cycle time |
| Product | Dismisses AI as hype, showing no curiosity about user valuePRDs and prototypes lack any AI concepts or experiments | Uses ChatGPT to draft PRDs, story maps, and synthesize user-interview notesKnows basics (LLMs, embeddings, latency vs cost) |
NewerOlder