Skip to content

Commit e18eb2e

Browse files
committed
django-content-editor 7.4
1 parent 59d70f8 commit e18eb2e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Change log
55
Next version
66
============
77

8+
9+
7.4 (2025-07-02)
10+
================
11+
812
- Introduced ``RefinedModelAdmin`` as a lightweight base class providing common
913
admin enhancements (currently save shortcuts). The ``ContentEditor`` now
1014
inherits from this base class, and ``RefinedModelAdmin`` can be used

content_editor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "7.3.0"
1+
__version__ = "7.4.0"

0 commit comments

Comments
 (0)