unfoldadmin / django-unfold

Modern Django admin theme for seamless interface development

Home Page:https://unfoldadmin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple history always empty inside Admin

frobert opened this issue · comments

Hi there, not sure if I'm missing something, but no matter the changes I make in records, the record history is always empty... Did ayone have the same issues?

I checked the simple history signals and they are triggered as expected. I also see records in database, but not in django admin...
It also works in python shell..

Thanks.

Screenshot 2024-06-13 at 13 18 20 Screenshot 2024-06-13 at 13 19 00 Screenshot 2024-06-13 at 13 19 10 Screenshot 2024-06-13 at 13 24 06

Made some more tests:

  • If I disable Unfold it works
  • Unfold enabled and "unfold.contrib.simple_history" removed from installed apps, it works but no unfold styling
  • if I add "unfold.contrib.simple_history" to installed apps, it is not working anymore.
Screenshot 2024-06-13 at 18 05 19

They refactored templates. Fixed in #482

That is awesome. Thanks a lot!