caktus / django-timepiece

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

Fixes failing unittests for hourly report and templatetags #794

Closed calebsmith closed 10 years ago

calebsmith commented 10 years ago

The hourly report failures stemmed from a change in expected date format.

The templatetag was returning a correct urlencoded string in a different order than the test.

ghost commented 10 years ago

:sunny: