We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After upgrading to Django 5.1, a template does not exist error has occurred for my admin orderable inlines:
The text was updated successfully, but these errors were encountered:
same for django.template.exceptions.TemplateDoesNotExist: adminsortable2/edit_inline/tabular-django-5.1.html
django.template.exceptions.TemplateDoesNotExist: adminsortable2/edit_inline/tabular-django-5.1.html
Sorry, something went wrong.
Could we implement a fallback for future django versions that simply uses the latest available template?
@jrief sorry for the ping, but could you release a new version for the 5.1 fix?
Successfully merging a pull request may close this issue.
After upgrading to Django 5.1, a template does not exist error has occurred for my admin orderable inlines:
The text was updated successfully, but these errors were encountered: