Skip to content

change export_items to CharField to avoid exceeding POST parameter limit#1

Open
johnsonmatthew-dev wants to merge 2 commits into
mainfrom
change-export_items-to-char-field
Open

change export_items to CharField to avoid exceeding POST parameter limit#1
johnsonmatthew-dev wants to merge 2 commits into
mainfrom
change-export_items-to-char-field

Conversation

@johnsonmatthew-dev

@johnsonmatthew-dev johnsonmatthew-dev commented May 23, 2025

Copy link
Copy Markdown
Collaborator

Problem

When exporting many rows (>1000), too many fields are added to the request and rasies SuspiciousOperation (TooManyFields)

Solution

changed the form from a multiselect, to a string, so all fields are added to a single string

@johnsonmatthew-dev johnsonmatthew-dev marked this pull request as ready for review May 23, 2025 15:31
@johnsonmatthew-dev johnsonmatthew-dev force-pushed the change-export_items-to-char-field branch 3 times, most recently from 93ea953 to 84ae254 Compare July 29, 2025 08:28
@johnsonmatthew-dev johnsonmatthew-dev force-pushed the change-export_items-to-char-field branch from 84ae254 to 9065ef0 Compare January 5, 2026 09:13
@julianwachholz julianwachholz removed their request for review January 7, 2026 07:56
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.

1 participant