Skip to content

Commit

Permalink
Add django 4.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas committed Mar 6, 2024
1 parent 5b8dde5 commit cc48380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WHEEL_VERSION ?= 0.33.6
PIP_VERSION ?= 20.0.2
MAX_COMPLEXITY ?= 8
PY_DIRS ?= $(APP)
DJANGO ?= "Django==3.2.13"
DJANGO ?= "Django==4.2.11"

FLAKE8 ?= $(VE)/bin/flake8
PIP ?= $(VE)/bin/pip
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Used by readthedocs.org to build the documentation
Django>=3.2.14,<4
Django>=4.2.11,<5

0 comments on commit cc48380

Please sign in to comment.