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 dc17a00 commit a5a4eebCopy full SHA for a5a4eeb
.github/workflows/publish.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Patch templates
38
run: |
39
mkdir -p adminsortable2/templates/adminsortable2/edit_inline
40
- DJANGO_VERSIONS=("4.2" "5.0", "5.1")
+ DJANGO_VERSIONS=("4.2" "5.0" "5.1")
41
for django_version in ${DJANGO_VERSIONS[@]}; do
42
echo $django_version
43
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