Re: Requesting new feature for Django Admin Panel

2021-06-04 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
The packages Django-import-export provides such functionality in a fairly robust manner. Try that. I don’t see a reason to merge too much functionality into the core Django admin, as it will become a maintenance burden. On Fri, 4 Jun 2021 at 16:51, Mohit Gupta wrote: > Hello, > > I'm Mohit Gupta

Requesting new feature for Django Admin Panel

2021-06-04 Thread Mohit Gupta
Hello, I'm Mohit Gupta. 3rd year engineering student. I just have a suggestion/idea which if implemented in Django it will be very helpful. As I have faced difficulty in exporting Django admin model data to CSV. I know there is a CLI-based command to export data into a json file format *"pyth