Skip to content

Use object_id other than primary key #963

@sourabhv

Description

@sourabhv

I am working on cleaning an old database where the revisions of data are kept in same table with different id PK but share the same uuid (not the PK). When moving old data into django reversion before deleting it from this table, it picks up id and does not map values based on uuid. Is there a way to tell reversion to use a column besides pk?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions