jazzband / django-simple-history

Store model history and view/revert changes from admin site.
https://django-simple-history.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.11k stars 464 forks source link

date_hierarchy with history_date #1298

Open taleisa opened 4 months ago

taleisa commented 4 months ago

Problem Statement I'm trying to use date hierarchy in Django admin with the earliest history date of an instance. This acts like a date_hierarchy for instance creation date.

Describe the solution you'd like Ability to use date_hierarchy with history_date or earliest history date in my case

Describe alternatives you've considered Tried turning off date_hierarchy checks in admin page to annotate QuerySet with earliest history_date. But the value of date_hierarchy needs to be available to the database.

Additional context