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

FileField 'max_length' is set to default in the attachment. Can we increase this possibly? #89

Open
kcdeberry opened this issue Sep 8, 2021 · 0 comments

Comments

@kcdeberry
Copy link

kcdeberry commented Sep 8, 2021

Hello! I am working on an application that uses attachments, but I'm running into a limitation of the filenames being truncated because the filename is set to the default of 100. Could we potentially increase this to the windows(as of Windows 10) maximum allowed filename length of 32,767?

Edit: To clarify the Django DB defaults string lengths like this to 255. My application is currently running with a maximum larger than this in the django db settings. So getting attachments to match would be awesome.

Thanks!
Kiowa

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

No branches or pull requests

1 participant