Move min_max helpers to TimePeriod as properties
Compare changes
- Nik | Klampfradler authored
Aggregates return an explicit None if there is no data to aggregate, and dict's get method only returns teh default if the key does not exist. Closes #43.
+ 7
− 6
@@ -7,6 +7,7 @@ from django.core import validators
@@ -247,27 +248,27 @@ class TimePeriod(models.Model):