Skip to content

Commit 6286698

Browse files
author
Kal Walkden
committed
minor updates
1 parent 15d65a8 commit 6286698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ This is most useful for adding a descriptive icon when you are creating a custom
104104
```
105105

106106
### Note about `DateTimeField`
107-
Input field is rendered as a *datetime-local* type, that let the user easily enter both a date and a time. As this field requires ISO-8601 format, your main project settings need to include the ISO format in order for the form to consider this field valid:
107+
Input field is rendered as a *datetime-local* type, this lets the user easily enter both a date and a time. As this field requires ISO-8601 format, your main project settings need to include the ISO format in order for the form to interpret this field valid:
108108
```
109109
from django.conf.global_settings import DATETIME_INPUT_FORMATS
110110

0 commit comments

Comments
 (0)