File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3737 - name : Patch templates
3838 run : |
3939 mkdir -p adminsortable2/templates/adminsortable2/edit_inline
40- DJANGO_VERSIONS=("4.2" "5.0")
40+ DJANGO_VERSIONS=("4.2" "5.0" "5.1" )
4141 for django_version in ${DJANGO_VERSIONS[@]}; do
4242 echo $django_version
4343 curl --silent --output adminsortable2/templates/adminsortable2/edit_inline/stacked-django-$django_version.html https://raw.githubusercontent.com/django/django/stable/$django_version.x/django/contrib/admin/templates/admin/edit_inline/stacked.html
Original file line number Diff line number Diff line change @@ -25,10 +25,12 @@ jobs:
2525 matrix :
2626 python-version : ["3.9", "3.10", "3.11", "3.12"]
2727 node-version : ["18.x"]
28- django-version : ["4.2.*", "5.0.*"]
28+ django-version : ["4.2.*", "5.0.*", "5.1.*" ]
2929 exclude : # https://docs.djangoproject.com/en/5.0/faq/install/#what-python-version-can-i-use-with-django
3030 - python-version : " 3.9"
3131 django-version : " 5.0.*"
32+ - python-version : " 3.9"
33+ django-version : " 5.1.*"
3234
3335 steps :
3436 - uses : actions/checkout@v3
5355 - name : Patch templates
5456 run : |
5557 mkdir -p adminsortable2/templates/adminsortable2/edit_inline
56- DJANGO_VERSIONS=("4.2" "5.0")
58+ DJANGO_VERSIONS=("4.2" "5.0" "5.1" )
5759 for django_version in ${DJANGO_VERSIONS[@]}; do
5860 echo $django_version
5961 curl --silent --output adminsortable2/templates/adminsortable2/edit_inline/stacked-django-$django_version.html https://raw.githubusercontent.com/django/django/stable/$django_version.x/django/contrib/admin/templates/admin/edit_inline/stacked.html
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ def readfile(filename):
2828 'Framework :: Django' ,
2929 'Framework :: Django :: 4.2' ,
3030 'Framework :: Django :: 5.0' ,
31+ 'Framework :: Django :: 5.1' ,
3132]
3233
3334
You can’t perform that action at this time.
0 commit comments