File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,9 +19,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919 left alone (its own 3-state widget already covers the case).
2020 Existing rows are not migrated — ` value=True/False ` continues to
2121 round-trip correctly.
22+ - System-wide warning split into two sentences with a ` <br> ` between
23+ them so the callout reads as two short clauses instead of one long
24+ wrapped paragraph.
25+
26+ ### Fixed
27+
28+ - Radio and checkbox inputs in the modal no longer stretch to 100% of
29+ the row width (which used to push their text label onto the next
30+ line). Single-input fields keep their full-width look.
2231
2332### Added
2433
34+ - Optional ` [example] ` extra pulling
35+ [ ` run-site ` ] ( https://pypi.org/project/run-site/ ) and
36+ [ ` django-dev-helpers ` ] ( https://pypi.org/project/django-dev-helpers/ ) .
37+ With it installed, ` manage.py run_site ` spins up the example project
38+ with auto-created ` admin/admin ` user and an autologin endpoint —
39+ matches our real-project dev experience. The bundled
40+ ` example_project/runsite.toml ` and a ` .run-site-config ` -aware
41+ ` settings.py ` make Postgres swap-in transparent.
2542- Polish translations for the new radio labels.
2643
2744## [ 0.5.0] — 2026-05-11
You can’t perform that action at this time.
0 commit comments