Skip to content
New issue

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

tox build fails on django main #1449

Closed
matthewhegarty opened this issue Jun 9, 2022 · 1 comment · Fixed by #1451
Closed

tox build fails on django main #1449

matthewhegarty opened this issue Jun 9, 2022 · 1 comment · Fixed by #1451
Assignees
Labels
bug good first issue An issue for a first time contributor

Comments

@matthewhegarty
Copy link
Contributor

matthewhegarty commented Jun 9, 2022

Describe the bug

Tox build fails when running against lastest django version

To Reproduce

tox -e py310-djangomain-tablibstable
django.utils.deprecation.RemovedInDjango50Warning: The "default.html" templates for forms and formsets will be removed. 
These were proxies to the equivalent "table.html" templates, but the new "div.html" templates will be the default from Django 5.0. 
Transitional renderers are provided to allow you to opt-in to the new output style now. See https://docs.djangoproject.com/en/dev/releases/4.1/ for more details

Versions (please complete the following information):

  • Django Import Export: 2.8.1
  • Python 3.10
  • Django 4.1

https://docs.djangoproject.com/en/dev/releases/4.1/

test_mixins_fail.txt

@matthewhegarty matthewhegarty added bug good first issue An issue for a first time contributor labels Jun 9, 2022
@matthewhegarty
Copy link
Contributor Author

Relates to the category_list.html page (referencing form) which was added in #692

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug good first issue An issue for a first time contributor
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant