Matt Hegarty
Matt Hegarty
I believe it will be possible using a combination of django-filters and yadcf. Please refer to [this thread](https://github.com/izimobil/django-rest-framework-datatables/pull/72#issuecomment-599479938) for guidance. If you get it working please consider adding it to...
Yes, I'll confirm when I get a chance to check.
I tested this using postgres, and there is a different crash: ``` django.db.utils.ProgrammingError: can't adapt type 'Artist' ``` [st-postgres.txt](https://github.com/izimobil/django-rest-framework-datatables/files/6851421/st-postgres.txt) It looks like this is happening because the generated SQL contains...
I've reproduced the issue [here](https://github.com/matthewhegarty/django-rest-framework-datatables/tree/function-keyerror-issue-86). To reproduce: - clone the branch - Start the example app - Click on the 'Album name' 'sort' icon (Full example)
> 4: Should just raise the actual exception rather than doing an HttpResponse + h1 simulation of an error Implemented in PR #1281 (although the error is presented back in...
I have created #1306 based on the suggestions made by @yozlet [here](https://github.com/django-import-export/django-import-export/issues/73#issuecomment-456533153). I cannot reproduce the import errors but it would be great if anyone who has commented previously in...
@bowuL Please can you try [this branch](https://github.com/matthewhegarty/django-import-export/tree/tmp-storage-encoding) and let us know if the problem still exists?
@jairodri Thanks - was that using the [new branch](https://github.com/matthewhegarty/django-import-export/tree/tmp-storage-encoding)?
@bowuL thanks - if you could try the other branch that would be great, as it would help us understand whether the proposed fix is going to work.
[Release 3.0 (beta)](https://pypi.org/project/django-import-export/3.0.0b0/) is now available, so anyone who is hitting this issue is encouraged to test with v3.0-0-beta.