-
Notifications
You must be signed in to change notification settings - Fork 19
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
The field _could_ be used with null=True
#62
Comments
Anticipate None for date_display #62
Somewhat related: I updated a project that was using EDTF v4 to test out the v5 branch and hit this error:
This is because I didn't have a |
I've made a PR #68 to add some Django checks for the field. |
Here my code assumes that
natural_text
will never be None,python-edtf/edtf/fields.py
Line 138 in fe96fbd
null=True
on your field then it could be None.The text was updated successfully, but these errors were encountered: