Manuel Jeckelmann
Manuel Jeckelmann
Queries for objects during a time interval should be possible. Right now, objects at a specific point in time can be queried. If one needs objects that lived during a...
In https://github.com/swisscom/cleanerversion/blob/master/versions/models.py#L549 the docstring says that a querytime can be assigned None. If this is done, however, the DB query fails. So, instead, assign a Querytime instance with 'active' being...
Exception message verbosity for related (and failed) lookups could be enhanced by adding the source object's type, identity and, if set, the querytime used for the lookup. Note that the...
Add the possibility to clear the filter on a model's view (currently one can't return to the initial view, listing ALL objects and not only filtered ones by either the...