unfoldadmin / django-unfold

Modern Django admin theme for seamless interface development
https://unfoldadmin.com
MIT License
1.94k stars 188 forks source link

Simple history always empty inside Admin #479

Closed frobert closed 5 months ago

frobert commented 5 months ago

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
frobert commented 5 months ago

Made some more tests:

Screenshot 2024-06-13 at 18 05 19
lukasvinclav commented 5 months ago

They refactored templates. Fixed in #482

frobert commented 5 months ago

That is awesome. Thanks a lot!