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

Multiple release notes on same date get presented in wrong order #241

Open
the-mace opened this issue Jan 31, 2024 · 0 comments
Open

Multiple release notes on same date get presented in wrong order #241

the-mace opened this issue Jan 31, 2024 · 0 comments

Comments

@the-mace
Copy link

If you create 2 release notes for the same date it can (does for me) show the oldest one as the "latest" release note.

This seems to be because of this:
ordering = ["-release_date"]
That's a date object, not a date time. So maybe it should be
ordering = ["-release_date", -"modified"]
or something like that?

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

1 participant