David Jean Louis

Results 42 comments of David Jean Louis

Hi, You are totally right ! (note that the attachment code will still use the configured `DEFAULT_FILE_STORAGE` regardless of the upload_to argument). What we could do at best IMO: 1....

Of course, no hurry :)

> That, and obviously that we need to be able to pass content and not paths to polib. Hi @mbi , I can confirm that you can pass the content...

I have to check that, I can't remember the expected behavior.

Hi @matthewhegarty sure, go ahead, code is 100% covered by tests so you can experiment performance improvements and see how it goes...

I guess smart filtering is splitting the search string into words and do the search for each word ? No this is not supported at the moment, If you want...

@matthewhegarty thanks for investigating, could you confirm it's really a SQLite limitation, and if so, add a note to the related documentation ? Thanks !

Hi, This is the expected behavior, the DRF-Datatables pagination class delegates pagination to it's parent class when format is different from "datatables", hence the paginated results. That said, you raise...