Skip to content

Commit fd06c6a

Browse files
committed
Release plain-models 0.34.4
1 parent 20325a1 commit fd06c6a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

plain-models/plain/models/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# plain-models changelog
22

3+
## [0.34.4](https://github.com/dropseed/plain/releases/[email protected]) (2025-07-02)
4+
5+
### What's changed
6+
7+
- The built-in `on_delete` behaviors (`CASCADE`, `PROTECT`, `RESTRICT`, `SET_NULL`, `SET_DEFAULT`, and the callables returned by `SET(...)`) no longer receive the legacy `using` argument. Their signatures are now `(collector, field, sub_objs)` ([20325a1](https://github.com/dropseed/plain/commit/20325a1)).
8+
- Removed the unused `interprets_empty_strings_as_nulls` backend feature flag and the related fallback logic ([285378c](https://github.com/dropseed/plain/commit/285378c)).
9+
10+
### Upgrade instructions
11+
12+
- No changes required
13+
314
## [0.34.3](https://github.com/dropseed/plain/releases/[email protected]) (2025-06-29)
415

516
### What's changed

plain-models/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plain.models"
3-
version = "0.34.3"
3+
version = "0.34.4"
44
description = "Database models for Plain."
55
authors = [{name = "Dave Gaeddert", email = "[email protected]"}]
66
readme = "README.md"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)