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
IMHO, it's best to update the reference and push the version. Copying files from django in order to support older, unsupported (by upstream) versions is too dirty.
Hi,
with Django 1.9, some static images have changed like
unknow-icon.gif
which is knowunknow-icon.svg
. This causes graphical glitches (missing icon).This image is used by super_inlines/templates/admin/edit_inline/tabular.html at line 19.
From where I stand I see two quick solutions:
icon-unknown.gif
toicon-unknown.svg
and bump the version number (breaking compatibility).I can contribute to the project, I just wanted an opinion before submitting a PR directly.
Thanks,
Baptiste
The text was updated successfully, but these errors were encountered: