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
New events are generated with a unique slug. But we have to migrate old events.
There is no uniqueness for the table PublicationAuthor (author, publication). We manually check that when adding authors so it's not a big deal, but they should ensure uniqueness.
Yeah, I think that "relation" tables such as PublicationAuthor (link between Publication and Person) should ensure the uniqueness through all the ForeignKeys. There are lots of models formed this way, so a huge revision is welcomed. We need to solve the migrations issue first, though...
No description provided.
The text was updated successfully, but these errors were encountered: