swisscom / cleanerversion

CleanerVersion adds a versioning/historizing layer to your relational DB which implements a "Slowly Changing Dimensions Type 2" behavior
Apache License 2.0
136 stars 53 forks source link

Django Admin-integration: Make filter handling more intuitive #85

Open maennel opened 9 years ago

maennel commented 9 years ago

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 as_of or the is_current filter)

boydjohnson commented 9 years ago

I've looked at it and it seems that one can toggle between is_current and all, but once an as_of filter has been applied there isn't a way to clear it and the clear button doesn't seem to clear anything.