I am using django and have a migration that includes fixture to have some initial data loaded into the web app. I additionally have other data that has been added by users, that isn't included in the fixture.
My question is this: if I create and apply a new migration to bring in new functionality into my app, will the data that has been user-generated still be displayed (I know the data in the fixture will be)?