You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you checked changelog/commit history, if the bug is not already fixed?
Yes
Did you searched other issues, if the bug is not already fixed?
Yes
Did you check the documentation?
Yes
Describe your issue
When I install django-unfold via PyPI (version 0.59.0) and try to integrate django-simple-history (version 3.8.0), I keep getting "This object doesn't have a change history" even though historical records exist. However, when I install the same version of django-unfold using the GitHub repository (commit a2e9cfa), the history functionality works correctly.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
What version of Unfold are you using?
0.59.0
What version of Django are you using?
4.2
Did you checked changelog/commit history, if the bug is not already fixed?
Yes
Did you searched other issues, if the bug is not already fixed?
Yes
Did you check the documentation?
Yes
Describe your issue
When I install
django-unfold
via PyPI (version 0.59.0) and try to integratedjango-simple-history
(version 3.8.0), I keep getting "This object doesn't have a change history" even though historical records exist. However, when I install the same version ofdjango-unfold
using the GitHub repository (commit a2e9cfa), the history functionality works correctly.The text was updated successfully, but these errors were encountered: