We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
max_length
From anson.tiong:
Was there a reason for this limit? I'd like to give more flavortext for my event, but I'm limited to these 500 characters now
This specific example is for https://github.com/compserv/hknweb/blob/master/hknweb/events/models/event.py#L20, but we should revisit all the current restrictions on max_length on all our models even if this is a pretty extreme scenario.
The text was updated successfully, but these errors were encountered:
Update Max character count on fields ISSUE compserv#495 Pull Request …
1b864ec
…- Owen
c3f4681
Merge pull request #561 from owen2608/owen
b2bcc6f
Update max character count on fields - Owen Issue #495
No branches or pull requests
From anson.tiong:
This specific example is for https://github.com/compserv/hknweb/blob/master/hknweb/events/models/event.py#L20, but we should revisit all the current restrictions on
max_length
on all our models even if this is a pretty extreme scenario.The text was updated successfully, but these errors were encountered: