pyeve / eve-sqlalchemy

SQLAlchemy data layer for Eve-powered RESTful APIs
http://eve-sqlalchemy.readthedocs.io
Other
232 stars 70 forks source link

rename _datasource to datasource #48

Closed goneri closed 9 years ago

goneri commented 9 years ago

The commit 87742343fd0362354b9f75c749651f92d6e4a9c8[1] from the Eve repository rename the _datasource() method to just datasource().

This commit adds compatibility with the incommin 0.6 release and preserve the a _datasource() method for the existing stable releases.

1: https://github.com/nicolaiarocci/eve/commit/87742343fd0362354b9f75c749651f92d6e4a9c8