Skip to content

Handling of / keeping data from migrations? #11

Open
@blueyed

Description

@blueyed

Sorry for my ignorance, but does this handle / keep / restore data being created during migrations?

The typical problem is that Django's flush (called with TransactionTestcase) will empty the tables, but keeps their structure migrated (see pytest-dev/pytest-django#220 (comment) for more information / discussion in this regard), and migrations won't be run again (the migrations table/info is kept).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions