Open enkwolf opened 3 months ago
Archive utils use the method in reversion's code to fetch older versions. However this is more expensive than it needs to be, and it would be more appropriate to simply read the serialized data from the Version objects instead.
Archive utils use the method in reversion's code to fetch older versions. However this is more expensive than it needs to be, and it would be more appropriate to simply read the serialized data from the Version objects instead.