Skip to content

Commit 4780978

Browse files
committed
docs(changelog): backfill 0.6.0 entry with CSS, example_project, i18n changes
1 parent 46e8731 commit 4780978

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)