Changes between Initial Version and Version 1 of Ticket #32340, comment 7


Ignore:
Timestamp:
Feb 11, 2024, 3:30:29 PM (9 months ago)
Author:
Priya

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32340, comment 7

    initial v1  
    44
    55> 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?
     6What 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?
    77
    88> A good first step would be to identify where in Django’s documentation we could document what’s discussed in this ticket.
Back to Top