emihir0
emihir0
By the way [this](https://github.com/jieter/django-tables2) is a very nice library for table creation through python. I do realise that it does not work through AJAX and so it is, potentially, much...
This really should have support by now. There are quite a few use cases, most important one is a date range. This [JS fiddle](https://jsfiddle.net/nxmpL0z7/1/) is a very crude example of...
@codingjoe Thanks, that would be much appreciated. Indeed this would be a nice feature to have in core. Are there any other 'cool' functionalities your team has implemented that you...
Thanks! That's really useful.
Also email admin if an error occurs in execution of task (same as if a 500 server error occurred basically).
There certainly should be a flag in the very least (in the decorator) so that you can set that you want to receive an email in case of error. Overall...