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

feat(dj.admin import): Add additional django template block for extending #1776

Conversation

DmytroLitvinov
Copy link
Contributor

Closes #838

Problem

More details in #838.

Solution

Right now seems like template is not following Open-Closed Principle and we need whole file to modify. With that block we can easily extend import template

…ding

Right now seems like template is not following Open-Closed Principle and we need whole file to modify. With that block we can easily extend import template
@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same
when pulling 70c5eab on DmytroLitvinov:838-extend-import-template
into 493ff3c on django-import-export:main.

@matthewhegarty matthewhegarty merged commit 9b4c3b5 into django-import-export:main Apr 7, 2024
13 checks passed
@DmytroLitvinov DmytroLitvinov deleted the 838-extend-import-template branch April 7, 2024 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Help block for import.html template
3 participants