django-polymorphic icon indicating copy to clipboard operation
django-polymorphic copied to clipboard

Don't raise exceptions for users with version conflicts

Open nick-merrill opened this issue 2 years ago • 0 comments

Some users may have version conflicts, so I think it might help to just set the version explicitly, instead of dynamically. Another option would be to catch the ContextualVersionConflict error in addition to the already-caught error and log a warning, but I slightly prefer this more standard approach at the cost of a little more manual work for each release.

nick-merrill avatar Sep 20 '22 15:09 nick-merrill