0.2.9 - 2026-05-29
Immutable
release. Only release title and notes can be modified.
Release Notes
⛰️ Features
- (check) Expose --fix, --unsafe-fixes, --show-fixes in pyproject config (#290) - (448f487)
- (docs) Publish Zensical-based documentation site (#300) - (5f29df3)
- (lint) Add
missing-doctypelint rule (#310) - (e372374) - (lint) Add
missing-titlelint rule (#309) - (b243792) - (lint) Add
duplicate-attrlint rule (#304) - (ef732af) - (lint) Add
form-action-whitespacelint rule (#303) - (c2b3d53) - (lint) Add
empty-attr-valuelint rule (#298) - (559313c) - (lint) Add
uppercase-form-methodlint rule (#294) - (4d37afe) - (lint) Add
javascript-urllint rule (#293) - (791e928) - (lint) Add
redundant-type-attrrule (#260) - (3d65c26)
🚜 Refactor
📚 Documentation
- (lint) Auto-generate lint rule docs from violation struct doc comments (#297) - (3670b71)
- (pycharm) Pycharm editor integration (#301) - (bbf6823)
- (readme) Extract some part of the README to dedicated doc page (#291) - (1ea7bae)
⚙️ Miscellaneous Tasks
- (pre-commit) Chore/pre commit autoupdate and zizmor (#299) - (2dd2c0e)
- Scope pages concurrency per PR (#315) - (57ae947)
Install djangofmt 0.2.9
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/UnknownPlatypus/djangofmt/releases/download/v0.2.9/djangofmt-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/UnknownPlatypus/djangofmt/releases/download/v0.2.9/djangofmt-installer.ps1 | iex"