Idea #18312
Updated by Peter Amstutz about 3 years ago
* Collection class in the Python SDK should support the "preserve_version" flag on the save() method
* If @preserve_version@ is @true@ and CollectionVersioning is false in the config, decide which one of these things should happen:
** Save a snapshot version as if CollectionVersioning is true (since it was asked for explicitly)
** Return an error (so the user knows the version won't be preserved)