* Filter method returns a correct list, not a queryset
0.5.0
* Add count method for BaseModel
0.4.1
* Fixe the packaging message
0.4.0
* The sessionmaker can be just a session. Not need to have a lambda function to return it. * Raise an exception when try to register a session maker despite a session maker already registered
0.3.5
* Fix the loading of an attributes as list (BaseModel.load)