You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Django 6.1 support: added to the test matrix and the trove classifiers.
🛠️ Developer Experience
Switch dev tooling from just to mise: Python 3.10–3.15, uv, and pre-commit are now pinned in mise.toml. Local tasks run via mise run …; CI uses jdx/mise-action.
📚 Documentation
Plainer README: dropped the emoji headings and marketing register, and merged the overlapping feature sections into one. Same coverage, ~20% shorter.
Accurate tailwind setup help: --help no longer calls the command interactive. It lists the eight checks it actually runs and notes that it prompts for nothing.
🔧 Technical Improvements
Dependency refresh: clears the advisories uv-secure flagged in the old lock. pytest-django 4.14 renamed SettingsWrapper to Settings, so the dev floor moved to 4.14.