You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the simplest package I found for exporting data from admin.
Problem that I faced was that datetime fields get exported as UTC timezone, even if timezone is enabled in django settings. I tried adding a custom property in model but the way fields are taken in this package 0 only takes database fields.
queryset=queryset.values_list(*field_names)
Would you be open to have a PR on adding custom properties in exported data?
The text was updated successfully, but these errors were encountered:
This is the simplest package I found for exporting data from admin.
Problem that I faced was that datetime fields get exported as UTC timezone, even if timezone is enabled in django settings. I tried adding a custom property in model but the way fields are taken in this package 0 only takes database fields.
Would you be open to have a PR on adding custom properties in exported data?
The text was updated successfully, but these errors were encountered: