Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action column #13

Closed
sindresorhus opened this issue May 23, 2011 · 3 comments
Closed

Action column #13

sindresorhus opened this issue May 23, 2011 · 3 comments

Comments

@sindresorhus
Copy link
Contributor

"Export entries" and "View on site" should be in a column called "Actions", right now it's using up too much vertical space.

@stephenmcd
Copy link
Owner

Neither of these make sense for multiple selections which is what the admin actions are geared towards.

You can subclass the forms admin class and define your own list_display setting to remove these if your users are on a small monitor.

@sindresorhus
Copy link
Contributor Author

@stephenmcd You aren't using these actions with multiple selection. So I don't really see what you mean?

Here's what I was thinking

Of course I could subclass it, but I would much rather have it in the original app.

@stephenmcd stephenmcd reopened this May 24, 2011
@stephenmcd
Copy link
Owner

Right the screenshot explains it :-) I thought you were referring to "admin actions" which is a specific Django feature in admin list views, the drop-down on the left-hand side that lets you run actions against multiple records. What you meant is actually a great idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants