mosquito / pypi-server

Tornado based server like pypi.python.org. With caching from pypi.
MIT License
120 stars 38 forks source link

[fix] compatibility with peewee 2.8.2 #2

Closed jgiannuzzi closed 8 years ago

jgiannuzzi commented 8 years ago

This PR fixes compatibility with peewee 2.8.2.

A class inheriting from playhouse.signals.Model cannot be named Model because of a bug introduced in https://github.com/coleifer/peewee/commit/6b7c013a8923c8786b4ed815e934072c90b55a13

jgiannuzzi commented 8 years ago

I will rebase this branch on master once PR #3 gets merged (prerequisite for tests to pass)

mosquito commented 8 years ago

Thank you.