caktus / django-timepiece

A multi-user Django application for tracking people's time on projects.
MIT License
361 stars 112 forks source link

Removes selectable Activity implementation #861

Closed nmashton closed 8 years ago

nmashton commented 8 years ago

The new Activity behavior doesn't work as advertised and is otherwise causing issues. It would be better off just being removed. This removes it and adjusts the tests accordingly.

daaray commented 8 years ago

Build is failing; you can excise the test that is currently causing the import failure, as it is testing ActivityLookup.

nmashton commented 8 years ago

We actually want to keep this feature, I think, so forget this pull request.