v0.3.2: a smol bugfix release
Posted Tuesday, September 25 at 2:55 PM (6 years ago)
I found a few more annoying bugs that were shaken out from the whole PonyORM transition, as well as a couple of bugs in the new shape functionality. There’s probably a few more of these bugs lurking in the codebase (I mean, in addition to the existing bugs I know about), but here’s what’s changed:
- Image shape bugs:
- Fix some
FileNotFound
handling on images (soshape
errors propagate correctly) - Make
img_class
andclass
work correctly per the documentation
- Fix some
- PonyORM bugs:
- Put pessimistic lock around all get-or-creates, (hopefully fixing) a transitory indexing error
- Fix an error where incomplete category paths weren’t forwarding correctly