Skip to content

Commit 085077e

Browse files
committed
v5.0.9
1 parent 790f846 commit 085077e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
django-reversion changelog
44
==========================
55

6+
5.0.9 - 2023-12-20
7+
------------------
8+
9+
- Fix N+1 queries while rendering the ``recover_list.html`` template (@armonge).
10+
11+
612
5.0.8 - 2023-11-08
713
------------------
814

reversion/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
get_registered_models,
3737
)
3838

39-
__version__ = VERSION = (5, 0, 8)
39+
__version__ = VERSION = (5, 0, 9)

0 commit comments

Comments
 (0)