Skip to content

Commit de99315

Browse files
author
semantic-release
committed
0.72.0
Automatically generated by python-semantic-release
1 parent 7e4a98c commit de99315

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
11
# CHANGELOG
22

33

4+
## v0.72.0 (2025-11-24)
5+
6+
### Bug Fixes
7+
8+
- Command cache key with special letters
9+
([#1679](https://github.com/unfoldadmin/django-unfold/pull/1679),
10+
[`2f953d7`](https://github.com/unfoldadmin/django-unfold/commit/2f953d7292abf5e39b3a70c49f3490f51d470066))
11+
12+
- Dataset pagination ([#1699](https://github.com/unfoldadmin/django-unfold/pull/1699),
13+
[`098d7dc`](https://github.com/unfoldadmin/django-unfold/commit/098d7dc5893c1977f90abbdbbca271fa139b21a8))
14+
15+
- Djangoql dropdown zindex ([#1691](https://github.com/unfoldadmin/django-unfold/pull/1691),
16+
[`b39346c`](https://github.com/unfoldadmin/django-unfold/commit/b39346c55f98eae8da7c53c57dbc5bbe790e4f65))
17+
18+
- Not allowed div in label ([#1681](https://github.com/unfoldadmin/django-unfold/pull/1681),
19+
[`c071120`](https://github.com/unfoldadmin/django-unfold/commit/c07112043c6cc658d14a509532713aab3ef2adcb))
20+
21+
- Select multiple not visible scrollbar
22+
([#1702](https://github.com/unfoldadmin/django-unfold/pull/1702),
23+
[`7e4a98c`](https://github.com/unfoldadmin/django-unfold/commit/7e4a98cf2040d0ecb959adf9c80aeddb628e8284))
24+
25+
### Features
26+
27+
- Autocomplete fields ([#1697](https://github.com/unfoldadmin/django-unfold/pull/1697),
28+
[`774c0e9`](https://github.com/unfoldadmin/django-unfold/commit/774c0e971f9078d32b05a97727c4a340f25d7707))
29+
30+
- Sidebar badge styles ([#1698](https://github.com/unfoldadmin/django-unfold/pull/1698),
31+
[`409ce95`](https://github.com/unfoldadmin/django-unfold/commit/409ce9588a7e86bd99f556402d769cbd71be0c8d))
32+
33+
- Sidebar group badge ([#1701](https://github.com/unfoldadmin/django-unfold/pull/1701),
34+
[`e17feb6`](https://github.com/unfoldadmin/django-unfold/commit/e17feb623afb397feebb125ba078013c754b54f7))
35+
36+
- Use localstorage for sidebar open/closed state
37+
([#1692](https://github.com/unfoldadmin/django-unfold/pull/1692),
38+
[`4b290d4`](https://github.com/unfoldadmin/django-unfold/commit/4b290d4f3c66ebe3da9c5cdf7a7b91dbd76cd634))
39+
40+
441
## v0.71.0 (2025-11-11)
542

643
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-unfold"
3-
version = "0.71.0"
3+
version = "0.72.0"
44
description = "Modern Django admin theme for seamless interface development"
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)