Changes between Initial Version and Version 1 of Ticket #32340, comment 7
- Timestamp:
- Feb 11, 2024, 3:30:29 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32340, comment 7
initial v1 4 4 5 5 > After _that_, I think we’ll be in an excellent place for someone to pick up this ticket and write the right docs. 6 What I can understand by going through this ticket is that we need to add more explicit examples of input formats to the form fields in our Docs. To get more clarity, I would like to know if the requirement is somewhat like detailed examples stated in DateTimeField https://docs.djangoproject.com/en/5.0/ref/forms/fields/#datetimefield whereas just a link to accepted formats is given in DateField https://docs.djangoproject.com/en/5.0/ref/forms/fields/#datefield. So are we looking to provide more information here?6 What I can understand by going through this ticket is that we need to add more explicit examples of input formats to the form fields in our Docs. To get more clarity, I would like to know if the requirement is somewhat like detailed examples stated in `DateTimeField` https://docs.djangoproject.com/en/5.0/ref/forms/fields/#datetimefield whereas just a link to accepted formats is given in `DateField` https://docs.djangoproject.com/en/5.0/ref/forms/fields/#datefield. So are we looking to provide more information here in `DateField` or `DurationField, let's say where link is given? 7 7 8 8 > A good first step would be to identify where in Django’s documentation we could document what’s discussed in this ticket.