Skip to content

Commit

Permalink
upgrade to django v4.2.15 (#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Aug 8, 2024
1 parent 3f850ca commit d63e5e1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Added
Changed
-------

- **General**
- Upgrade minimum Django version to v4.2.15 (#1466)
- **Timeline**
- Rename search item category to ``Timeline Events`` (#1465)

Expand Down
12 changes: 11 additions & 1 deletion docs/source/major_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,17 @@ v1.0.1 (WIP)
Release Highlights
==================

**TODO**
- Add erroneously removed BatchUpdateRolesMixin test helper
- Fix handling of deprecated "blank" field in timeline object links
- General bug fixes and minor updates

Breaking Changes
================

System Prerequisites
--------------------

The minimum Django version has been bumped to v4.2.15.


v1.0.0 (2024-07-19)
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ setuptools>=70.0.0, <70.1
packaging>=23.2, <24.0

# Django
django>=4.2.14, <5.0
django>=4.2.15, <5.0

# Configuration
django-environ>=0.11.2, <0.12
Expand Down

0 comments on commit d63e5e1

Please sign in to comment.