mybuddy/core
Bob Thomas 1eeba2398d Add validation for model durations
It was previously possible to accidentally enter obviously wrong values
for start/end dates. Add some basic validation to catch input errors
when creating or editing various models (when not using a timer).
2017-11-01 12:44:07 -04:00
..
migrations Make Timer instance.start field editable. 2017-10-28 13:27:33 -04:00
static_src Check and update timer active state on update. 2017-10-29 15:47:26 -04:00
templates/core Add confirmation form for Child delete. 2017-10-31 20:49:10 -04:00
templatetags Add "Averages" dashboard card. 2017-10-30 14:26:49 -04:00
tests Add validation for model durations 2017-11-01 12:44:07 -04:00
__init__.py Initial commit. 2017-08-11 14:32:02 -04:00
admin.py Add slug field to Child. 2017-08-18 08:12:50 -04:00
forms.py Add confirmation form for Child delete. 2017-10-31 20:49:10 -04:00
models.py Add validation for model durations 2017-11-01 12:44:07 -04:00
urls.py Add tests utilities and core views tests. 2017-10-21 22:14:44 -04:00
utils.py Refactor some utils functions sligthly and add tests. 2017-10-30 20:45:46 -04:00
views.py Add confirmation form for Child delete. 2017-10-31 20:49:10 -04:00