thomst / django-admin-csvexport

A django-admin-action to export models as csv
BSD 3-Clause "New" or "Revised" License
17 stars 9 forks source link

Cached properties and multiple one-to-one relationship support #11

Open Lythimus opened 1 month ago

Lythimus commented 1 month ago

I was wanting to be able to export cached properties, so I added that functionality. Then I noticed that if there were multiple relational fields with the same type that they would mask each other. So I changed the way those were referenced. I haven't tested too extensively.