Skip to content

Commit 39c78cf

Browse files
committed
Release plain-models 0.39.1
1 parent 70ea931 commit 39c78cf

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

plain-models/plain/models/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# plain-models changelog
22

3-
`models.BigAutoField(auto_created=True, primary_key=True)` need to be replaced with `models.PrimaryKeyField()` in migrations
3+
## [0.39.1](https://github.com/dropseed/plain/releases/plain-models@0.39.1) (2025-07-22)
4+
5+
### What's changed
6+
7+
- Added documentation for sharing fields across models using Python class mixins ([cad3af01d2](https://github.com/dropseed/plain/commit/cad3af01d2))
8+
- Added note about `PrimaryKeyField()` replacement requirement for migrations ([70ea931660](https://github.com/dropseed/plain/commit/70ea931660))
9+
10+
### Upgrade instructions
11+
12+
- No changes required
413

514
## [0.39.0](https://github.com/dropseed/plain/releases/plain-models@0.39.0) (2025-07-22)
615

@@ -20,6 +29,7 @@
2029
- Remove any `to_field` arguments from ForeignKey definitions - they are no longer supported
2130
- Remove any `parent_link=True` arguments from ForeignKey definitions - they are no longer supported
2231
- Replace any usage of `InlineForeignKeyField` in forms with standard form fields
32+
- `models.BigAutoField(auto_created=True, primary_key=True)` need to be replaced with `models.PrimaryKeyField()` in migrations
2333

2434
## [0.38.0](https://github.com/dropseed/plain/releases/plain-models@0.38.0) (2025-07-21)
2535

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.39.0"
3+
version = "0.39.1"
44
description = "Database models for Plain."
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)