Versioning extension for SQLAlchemy.
In the `tests` directory, all the inserts to `Activity` are done manually. For example: https://github.com/kvesteri/sqlalchemy-continuum/blob/master/tests/plugins/test_activity.py#L87 ```python activity = versioning_manager.activity_cls( object=article, verb=u'delete', ) ``` This is in contrast to the `%s_version` tables, where inserts occur automatically. By 'automatically', I mean that the library handles inserts. Anyone using this library does not have to write insert statements. Why is this? Can inserts to `Activity` occur automatically? If not, what is the intended use case?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by dempstert and has received 0 comments.