github coleifer/peewee 2.7.2

latest releases: 3.14.10, 3.14.9, 3.14.8...
8 years ago

Small release with bugfixes to the setup script.

This release moves the compilation of _sqlite_ext.pyx to a separate command. To build the sqlite_ext C extension, you should now run:

$ python setup.py build_sqlite_ext -i
$ python setup.py install

I've also cleaned up some missing APIs in the FTS5Model to support more flexible use of either FTSModel or FTS5Model.

View commits

Don't miss a new peewee release

NewReleases is sending notifications on new releases.