Adam Rurański
Adam Rurański
Hi, here's my implementation, basing on `HistoricForeignKey`. I'm still testing it, but feel free to take a look. ``` class HistoricForwardOneToOneDescriptor(ForwardOneToOneDescriptor): """ Overrides get_queryset to provide historic query support, should...
Works for me (VS2015 u3). Thanks.
No problem. We've been using it in production for over a year and I didn't experience any problems with it. Unfortunately I don't have enought free time to write propper...
@JordanHyatt , actually now you mentioned it, I checked and the final solution we use also returns the queryset instead assigning it and uses `self.related.related_model`. There is one more difference...
Great, haven't noticed it. Thanks for your work!
Greetings! Any update on this? I also need sometimes to go back to the view displaying the datatable and it would be great to be able to "restore" its state....