You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently templates are not mapped to core django admin templates yet they inherit from many of those.
This ends up causing many issues and “hacks” to make them work (and many still are not working).
while refactoring then we should also add visual testing (screenshot comparison) for different admin screens so we can cover regression for CSS changes that might impact unexpected screens.
login / logout pages
Change list view
change list with editable fields and actions and filters (including ajax)
Change form
Change form readonly
Change form with JSONEDITOR (and readonly)
Change form with autocomplete fields / ajax
Delete confirmation
[insert others]
Use cases
Improve maintainability and regression testing
References
No response
The text was updated successfully, but these errors were encountered:
Related software versions
Description
Currently templates are not mapped to core django admin templates yet they inherit from many of those.
This ends up causing many issues and “hacks” to make them work (and many still are not working).
while refactoring then we should also add visual testing (screenshot comparison) for different admin screens so we can cover regression for CSS changes that might impact unexpected screens.
Use cases
Improve maintainability and regression testing
References
No response
The text was updated successfully, but these errors were encountered: