Amsterdam-Music-Lab / MUSCLE

An application to easily set up and run online listening experiments for music research.
https://www.amsterdammusiclab.nl/
MIT License
4 stars 1 forks source link

Bugfix er/make experiment slug unique #1366

Closed Evert-R closed 1 day ago

Evert-R commented 1 week ago

This PR sets the slug field on the Experiment model to be unique.

First the slug data gets migrated to a temporary field, then the original slug field is deleted, after which the temporary slug is renamed to slug.

Directly changing the slug field with unique=True didn't work, in every which way i tried, even when no experiments were present in the database.

closes: #1352