Skip to content

Commit 40f3b94

Browse files
committed
Release plain-models 0.49.1
1 parent 1c20405 commit 40f3b94

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

plain-models/plain/models/CHANGELOG.md

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

3+
## [0.49.1](https://github.com/dropseed/plain/releases/plain-models@0.49.1) (2025-09-29)
4+
5+
### What's changed
6+
7+
- Fixed `get_field_display()` method to accept field name as string instead of field object ([1c20405](https://github.com/dropseed/plain/commit/1c20405ac3))
8+
9+
### Upgrade instructions
10+
11+
- No changes required
12+
313
## [0.49.0](https://github.com/dropseed/plain/releases/plain-models@0.49.0) (2025-09-29)
414

515
### 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.49.0"
3+
version = "0.49.1"
44
description = "Model your data and store it in a database."
55
authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
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)