#26394 closed Bug (invalid)
Admin images wrong location for selector-search and icon-unknown
Reported by: | Kris Avi | Owned by: | |
---|---|---|---|
Component: | contrib.admin | Version: | 1.9 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description
Hi,
It seems in Django 1.9 there is a problem with location of some images. This is taken from django admin user management. There are missing icons for calendar, search and some other.
I think it used to work with 1.8, didn't have any occurences where to test.
I think it was raised in grapelli as well because of the change in core systems.
https://github.com/sehmaschine/django-grappelli/issues/714
Not Found: /missing-admin-media-prefix/img/icon_calendar.gif [22/Mar/2016 13:50:08] "GET /static/admin/img/selector-icons.gif HTTP/1.1" 304 0 Not Found: /missing-admin-media-prefix/img/icon_clock.gif Not Found: /admin/auth/user/1/change/undefinedimg/selector-search.gif Not Found: /admin/auth/user/1/change/undefinedimg/icon-unknown.gif [22/Mar/2016 13:50:08] "GET /missing-admin-media-prefix/img/icon_calendar.gif HTTP/1.1" 404 4455 [22/Mar/2016 13:50:08] "GET /missing-admin-media-prefix/img/icon_clock.gif HTTP/1.1" 404 4446 [22/Mar/2016 13:50:08] "GET /admin/auth/user/1/change/undefinedimg/selector-search.gif HTTP/1.1" 301 0 [22/Mar/2016 13:50:08] "GET /admin/auth/user/1/change/undefinedimg/icon-unknown.gif HTTP/1.1" 301 0 [22/Mar/2016 13:50:08] "GET /admin/auth/user/1/change/undefinedimg/selector-search.gif/ HTTP/1.1" 302 0 [22/Mar/2016 13:50:08] "GET /admin/auth/user/1/change/undefinedimg/icon-unknown.gif/ HTTP/1.1" 302 0 Not Found: /admin/auth/user/1/change/undefinedimg/selector-search.gif/change/ [22/Mar/2016 13:50:08] "GET /admin/auth/user/1/change/undefinedimg/selector-search.gif/change/ HTTP/1.1" 404 1913 Not Found: /admin/auth/user/1/change/undefinedimg/icon-unknown.gif/change/ [22/Mar/2016 13:50:08] "GET /admin/auth/user/1/change/undefinedimg/icon-unknown.gif/change/ HTTP/1.1" 404 1904
Best regards,
Kris
Change History (2)
comment:1 by , 9 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 5 years ago
Hey Kris: Were you able to track this bug down?
Version 0, edited 5 years ago by (next)
Note:
See TracTickets
for help on using tickets.
Something is wrong with your setup because it looks like the static files for Django 1.8 are still being used. Please see TicketClosingReasons/UseSupportChannels for ways to get help.