Opened 16 years ago
Closed 16 years ago
#10583 closed (wontfix)
ID Should be visible for the Sites framework.
Reported by: | Justin Lilly | Owned by: | Justin Lilly |
---|---|---|---|
Component: | Contrib apps | Version: | 1.0 |
Severity: | Keywords: | sites | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
As we need to know the SITE_ID of a given site for our settings.py file, I feel its a good idea to add this into the admin view of things. I had to drop into a dbshell to query the database directly to get this yesterday and having it in the admin would have made things much nicer.
Attachments (1)
Change History (2)
by , 16 years ago
Attachment: | id_shown_in_sites_admin.diff added |
---|
comment:1 by , 16 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This is really just bikeshedding the list_display, and I don't want to deal in six months with the inevitable "ID on Site change list is ugly" bug. Besides, the ID isn't really that useful for the vast majority of admin *users* (i.e. not the developers), and the ID is in the URL anyway.
Adds the ID attribute on the list view of all sites