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
{{ message }}
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.
While working on #63 we found that we had two formats and their corresponding formatversions that had the very same description. The latest one added took the same slug causing MultipleObjectsReturned exceptions.
I think that the slug fields for these two models should be updated so they ensure uniqueness. This is something that the old django-slugfield seems to support out of the box. Perhaps we can also move to Django's SlugField?
The text was updated successfully, but these errors were encountered:
While working on #63 we found that we had two formats and their corresponding formatversions that had the very same description. The latest one added took the same slug causing MultipleObjectsReturned exceptions.
I think that the slug fields for these two models should be updated so they ensure uniqueness. This is something that the old
django-slugfield
seems to support out of the box. Perhaps we can also move to Django's SlugField?The text was updated successfully, but these errors were encountered: