mybuddy/core
Christopher C. Wells 60cd90ca80 Use `last()` instead of `latest()`
With `latest()`, an exception is thrown if there is one child in the database and no feeding entries.
2020-02-08 14:02:47 -08:00
..
migrations Add optional Child to Timer model 2020-01-31 09:09:01 -08:00
static_src Refactor usee of removd Visibility API library. 2019-08-22 20:35:52 -07:00
templates/core Add ability to delete all inactive Timers (#108) 2020-02-06 21:15:36 -08:00
templatetags Set Child from an argument instead of the timer 2020-01-31 09:09:01 -08:00
tests Add tests for inactive Timer delete functionality 2020-02-06 21:50:22 -08:00
__init__.py Initial commit. 2017-08-11 14:32:02 -04:00
admin.py Update admin fields for core Timer model 2020-01-31 09:09:01 -08:00
forms.py Use `last()` instead of `latest()` 2020-02-08 14:02:47 -08:00
models.py Use provided `end` in Timer.stop() (#111) 2020-02-06 19:56:26 -08:00
timeline.py Add translation support to Child timeline elements. 2019-04-16 20:33:49 -07:00
urls.py Add ability to delete all inactive Timers (#108) 2020-02-06 21:15:36 -08:00
utils.py Fix linting issues 2019-11-09 16:42:51 -08:00
views.py Add ability to delete all inactive Timers (#108) 2020-02-06 21:15:36 -08:00