Skip to content

Commit

Permalink
upgrade to django>=3.2.23 (#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Nov 22, 2023
1 parent 5969122 commit 513a412
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Changed
-------

- **General**
- Upgrade minimum Django version to v3.2.23 (#1312)
- Upgrade general Python dependencies (#1312)
- **Appalerts**
- Use projectroles project badge templage (#1300)
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 @@ -25,6 +25,14 @@ v0.13.3 (WIP)
- Fix request object not provided to perform_project_modify() on create
- General bug fixes and minor updates

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

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

The minimum Django version has been bumped to v3.2.23.


v0.13.2 (2023-09-21)
********************
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>=67.6.0, <67.7
packaging>=23.0, <24.0

# Django
django>=3.2.20, <3.3
django>=3.2.23, <3.3

# Configuration
django-environ>=0.10.0, <0.11
Expand Down

0 comments on commit 513a412

Please sign in to comment.