Opened 9 years ago

Closed 9 years ago

Last modified 5 years ago

#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

http://i.imgur.com/wONMiDn.png

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 Tim Graham, 9 years ago

Resolution: invalid
Status: newclosed

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.

comment:2 by Dylan Young, 5 years ago

Hey Kris: Were you able to track this bug down?

Django Devs: could this be an issue of cached CSS still pointing to the old version?

Last edited 5 years ago by Dylan Young (previous) (diff)
Note: See TracTickets for help on using tickets.
Back to Top