We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240bbc1 commit 10cff0eCopy full SHA for 10cff0e
Makefile
@@ -1,7 +1,7 @@
1
SHELL := /bin/bash
2
3
PACKAGE_NAME=redis_cache
4
-DJANGO_VERSION?=>=1.11,<4.0
+DJANGO_VERSION?=>=4.2,<5.0
5
6
.PHONY: install_requirements
7
install_requirements: requirements*.txt
0 commit comments