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 65397bd commit 705325aCopy full SHA for 705325a
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Patch templates
39
run: |
40
mkdir -p adminsortable2/templates/adminsortable2/edit_inline
41
- DJANGO_VERSIONS=("4.0" "4.1" "4.2")
+ DJANGO_VERSIONS=("4.0" "4.1" "4.2", "5.0")
42
for django_version in ${DJANGO_VERSIONS[@]}; do
43
echo $django_version
44
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
0 commit comments