Skip to content

Commit

Permalink
upgrade to django v4.2.16 (#1481)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Sep 5, 2024
1 parent fc7ff02 commit 631b006
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Changed
Fixed
-----

- **General**
- Upgrade minimum Django version to v4.2.16 (#1481)
- **Bgjobs**
- Non-migrated changes reported by squashed migrations (#1475)
- **Projectroles**
Expand Down
8 changes: 8 additions & 0 deletions docs/source/major_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ Release Highlights
- Fix remote sync crash on updating user with additional email
- General bug fixes and minor updates

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

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

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


v1.0.1 (2024-08-08)
*******************
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.15, <5.0
django>=4.2.16, <5.0

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

0 comments on commit 631b006

Please sign in to comment.