Peewee v3.13.1 Release Notes

Release Date: 2019-12-06 // over 4 years ago
  • 🛠 Fix a regression when specifying keyword arguments to the atomic() or
    transaction() helper methods. Note: this only occurs if you were using Sqlite
    and were explicitly setting the lock_type= parameter.

    View commits