Matt Hegarty

Results 266 comments of Matt Hegarty

Thanks for this. I suggest that this would go into our forthcoming v3 release. Please can you rebase onto `release-3-x` and push again? We would also need tests before it...

I've changed the base branch from `main` to `release-3-x`

Hi Thanks for the contribution. My view is that we should not include this change as it will break the API for existing implementations. Additionally, some use-cases for export don't...

In the docs the export section is [here](https://django-import-export.readthedocs.io/en/latest/getting_started.html#exporting-data). There's not a lot in this section, so we would consider any improvement you could make here. You could also consider a...

Likely your request is timing out due to a long running process, checkout the [celery](https://django-import-export.readthedocs.io/en/latest/celery.html) implementation for long running processes.

I couldn't reproduce this using the admin site. Please can verify it fails on the latest version of the admin site and add steps to reproduce. thanks

thanks - I have seen this before and we will look into when we can.

- What type is the underlying model field? - Have you declared this field in your resource? If so, what widget type have you used (if any)? - The value...

I tried importing an XLSX field (Book "price" ) with a value of 1803.60 (I set the format to '0.00'). On, import the confirm screen implies that the trailing '0'...