pyeve / eve-sqlalchemy

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

Missing CommonColumns import in documentation example. #14

Closed edthedev closed 9 years ago

edthedev commented 9 years ago

I guess this is mostly a documentation question.

On this page: http://eve-sqlalchemy.readthedocs.org/

Is CommonColumns just a design pattern, or something provided as part of SQLAlchemy? If it something that can be imported, the import could be added.

If it is something custom, it would help to declare CommonColumns inline in the example, and simply mention that it is not strictly necessary - rather than having it in a separate code block later.

amleczko commented 9 years ago

The tutorial explicitly explains why the CommonColumns abstract class is used in http://eve-sqlalchemy.readthedocs.org/en/stable/tutorial.html