Project

Profile

Help

Story #8761

Updated by dalley almost 3 years ago

BaseDistributionSerializer and RepositoryVersionSerializer had some validation preventing users from setting them up incorrectly which was not The Distribution model needs two constraints added to DistributionSerializer. 


 it: 

 * You should not be allowed to set Distribution.repository_version Distribution.repository and Distribution.publication at the same time 
 * You should not be allowed to set Distribution.repository and Distribution.repository_version at the same time 

Back