Unverified Kaydet (Commit) 3505b876 authored tarafından Uğur Özyılmazel's avatar Uğur Özyılmazel

Drop older Django versions support

üst dbcf1c9d
...@@ -20,8 +20,6 @@ color_r=$(tput sgr0) # reset ...@@ -20,8 +20,6 @@ color_r=$(tput sgr0) # reset
AVAILABLE_OPTIONS=( AVAILABLE_OPTIONS=(
"Django 2.1.7" "Django 2.1.7"
"Django 2.1.5" "Django 2.1.5"
"Django 2.1.3"
"Django 2.0.5"
"Cancel and quit" "Cancel and quit"
) )
...@@ -38,14 +36,6 @@ do ...@@ -38,14 +36,6 @@ do
PACKAGE="django-2.1.5" PACKAGE="django-2.1.5"
break break
;; ;;
"Django 2.1.3")
PACKAGE="django-2.1.3"
break
;;
"Django 2.0.5")
PACKAGE="django-2.0.5"
break
;;
"Cancel and quit") "Cancel and quit")
echo "Canceled..." echo "Canceled..."
exit 1 exit 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment