Allow setting model versions from any readable model as a parent of another model version
https://redmine.teklia.com/issues/6505
CreateModelVersion
, UpdateModelVersion
and PartialUpdateModelVersion
should allow setting any model version that the user has read access to as a parent of another model version, and not just the versions on the same model. This should only be a matter of updating this queryset to use model__in=Model.objects.readable
instead.