model: rename db.BaseModel to avoid confusion with base.BaseModel There exist two BaseModel classes in kallithea.model: - kallithea.model.base.BaseModel (pr...

patrickdp committed on 2016-09-25 13:11:14
branch: default
tag: tip
changeset: 457f1de3
model: rename db.BaseModel to avoid confusion with base.BaseModel

There exist two BaseModel classes in kallithea.model:
- kallithea.model.base.BaseModel (previously kallithea.model.BaseModel)
- kallithea.model.db.BaseModel

Needless to say, this is very confusing, so rename one of them.

 M kallithea/model/db.py (33 lines added, 33 lines removed)
_______________________________________________
kallithea-general mailing list
[email protected]
http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Reply via email to