Skip to content

Commit 5c35bc7

Browse files
committed
Add changelog entry for PostgreSQL schema fix
1 parent fb80641 commit 5c35bc7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ Added
2121
- Add `no_key` parameter to `queryset.select_for_update`.
2222
- `F()` supports referencing JSONField attributes, e.g. `F("json_field__custom_field__nested_id")` (#1960)
2323

24+
Fixed
25+
^^^^^
26+
- Fix PostgreSQL schema creation for non-default schemas - automatically create schemas if they don't exist (#1671)
27+
2428
0.25.0
2529
------
2630
Fixed

0 commit comments

Comments
 (0)