Skip to content

Conversation

@isHarryh
Copy link
Contributor

@isHarryh isHarryh commented Nov 4, 2025

Summary

This PR updates the README file:

  • Adds tips for properly closing files (use with and open() to manage file handle). We already have some issues like Can't move files after opening them #349 related to the new file-locking feature introduced in 1.23.0. The best way to avoid these issues is to improve our documentation.
  • Adds details for object modification. Btw, fixes a outdated code that obj.save(instance) should be instance.save().

closes #349
closes #332

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't move files after opening them File is locked

1 participant