-
Notifications
You must be signed in to change notification settings - Fork 489
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
history_view more useful if actions were reversed #77
Comments
I agree. At least allowing a settings to reverse the display in the admin would be nice. |
I've always said no to this enhancement before, since it means changing the way the admin screen works compared to the rest of Django. However, too many people have been asking for this over the last couple of years for it to be ignored. Rather than simply reversing the order of actions, however, I think it might be time to add in some decent date-based filter controls and a search option to make finding old revisions actually useful! |
That sounds great, too! |
I've added in a history_latest_first option to the dev branch. This should be part of the 1.5 release that's scheduled to land tonight. |
Awesome, thank you! |
VersionAdmin.history_view shows object history with the oldest revision first. I find that the newest at the top would be more intuitive, and also after a lot of changes scrolling is needed - a lot of times the most recent change(s) are of most interest.
The text was updated successfully, but these errors were encountered: