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
Is there any way to have UUID as primary key M2M fields that tracks the histories, right now I tried setting SIMPLE_HISTORY_HISTORY_ID_USE_UUID to True as well as tried https://django-simple-history.readthedocs.io/en/latest/historical_model.html#custom-history-id, but still the historical intermediate M2M table only has integer as primary key. Can someone provide some direction in case if you have already gone through similar situation
Thanks
The text was updated successfully, but these errors were encountered:
Is there any way to have UUID as primary key M2M fields that tracks the histories, right now I tried setting
SIMPLE_HISTORY_HISTORY_ID_USE_UUID
to True as well as tried https://django-simple-history.readthedocs.io/en/latest/historical_model.html#custom-history-id, but still the historical intermediate M2M table only has integer as primary key. Can someone provide some direction in case if you have already gone through similar situationThanks
The text was updated successfully, but these errors were encountered: