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 549f5ca commit 80542bcCopy full SHA for 80542bc
.github/workflows/tests.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Patch templates
56
run: |
57
mkdir -p adminsortable2/templates/adminsortable2/edit_inline
58
- DJANGO_VERSIONS=("4.2" "5.0", "5.1")
+ DJANGO_VERSIONS=("4.2" "5.0" "5.1")
59
for django_version in ${DJANGO_VERSIONS[@]}; do
60
echo $django_version
61
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