Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Column objects in SpreadsheetExportMixin #11834

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

abdlrhman08
Copy link
Contributor

@abdlrhman08 abdlrhman08 commented Apr 9, 2024

Fixes #11781

Now custom Column classes can be used in list_export. Also list_export now supports related fields with LOOKUP_SEP to be more consistent with list_display, for example:

list_export = list_display

wouldn't cause any problems.

Tests are not written yet

Copy link

squash-labs bot commented Apr 9, 2024

Manage this branch in Squash

Test this branch here: https://abdlrhman08addsupport-column-c-x3fyq.squash.io

@abdlrhman08 abdlrhman08 changed the title Added support for Column objects in SpreadsheetExportMixin Add support for Column objects in SpreadsheetExportMixin Apr 9, 2024
@abdlrhman08 abdlrhman08 marked this pull request as draft April 9, 2024 00:20
@abdlrhman08 abdlrhman08 marked this pull request as ready for review April 9, 2024 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Column objects on list_export for SnippetViewSet
1 participant