bottle-sqlite icon indicating copy to clipboard operation
bottle-sqlite copied to clipboard

DeprecationWarning: Switch to Plugin API v2

Open bootsmann opened this issue 9 years ago • 1 comments

I am using bottle v0.12.8 with bottle-sqlite and whenever I start the server I get a warrning:

/usr/local/lib/python2.7/dist-packages/bottle.py:527: DeprecationWarning: Switch to Plugin API v2 and access the Route object directly. context = self if api > 1 else self._context

bootsmann avatar Jul 02 '15 07:07 bootsmann

Could you upload the new version on pypi? There is an old version. https://pypi.python.org/pypi/bottle-sqlite/

After update bottle-sqlite manually I get no warnings anymore.

bootsmann avatar Jul 06 '15 10:07 bootsmann