-
Notifications
You must be signed in to change notification settings - Fork 81
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
Template's subject line length #44
Comments
I think we can use CharField with 350 length. But I think this is a big subject. And I do not see migrations for South. We are supporting Django from 1.4. RFC 2822, section 2.1.1 to start. http://www.faqs.org/rfcs/rfc2822.html
|
I have a Django template in subject, with lots of if else if you will limit it to 350 - then what is the point of having subject treated as the template? as for RFC subj length - subj can be multiple lines |
Ok. Please fix the problem with compatibility with old Django versions. |
will do today... in the evening |
Thx, you too) And with New Year) |
well I have a set of the result is much shorter, like and for a/b testing and just for the ease of management it is much easier to have this editable in the admin panel, than via the source code |
Yes, you are right) |
@vosi one thing I have done to get around this, even though it is not ideal since it is no longer editable in the database is that I have added |
RFC doesn't really restrict the subject length and there is an issue while trying to use long Django template for subject with multiple if else
django.db.utils.DataError: value too long for type character varying(100)
I suggest using Text field
The text was updated successfully, but these errors were encountered: