Changes between Version 4 and Version 5 of Ticket #35880


Ignore:
Timestamp:
Nov 4, 2024, 2:00:25 AM (11 days ago)
Author:
Sarah Boyce
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35880

    • Property Triage Stage UnreviewedAccepted
    • Property Summary Consistency and improvements to the form fields document.Form Field.requried docs invalid example due to CharField.strip
    • Property Type Cleanup/optimizationBug
  • Ticket #35880 – Description

    v4 v5  
    3131----
    3232
    33 2. [https://docs.djangoproject.com/en/5.1/ref/forms/fields/#django.forms.Field.label Field.label section] unclear part -> ("outputting forms as HTML" above)
     33~~2. [https://docs.djangoproject.com/en/5.1/ref/forms/fields/#django.forms.Field.label Field.label section] unclear part -> ("outputting forms as HTML" above)~~
    3434
    35 It is unclear what " 'Outputting forms as HTML' above" refers to in the Field label section.
    36 This part probably means the [https://docs.djangoproject.com/en/5.1/ref/forms/api/#outputting-forms-as-html "Outputting forms as HTML" section] of the Forms API Document.
     35~~It is unclear what " 'Outputting forms as HTML' above" refers to in the Field label section.
     36This part probably means the [https://docs.djangoproject.com/en/5.1/ref/forms/api/#outputting-forms-as-html "Outputting forms as HTML" section] of the Forms API Document.~~
    3737
    3838----
    3939
    40 3. Consistency "fallback" and link message
     40~~3. Consistency "fallback" and link message~~
    4141
    42 This part is very trivial :)
     42~~This part is very trivial :)~~
    4343
    44 The word "fallback" used in the [https://docs.djangoproject.com/en/5.1/ref/forms/fields/#django.forms.Field.initial field initial section] are two values "fallback" and "fall back".
    45 {{{
     44~~The word "fallback" used in the [https://docs.djangoproject.com/en/5.1/ref/forms/fields/#django.forms.Field.initial field initial section] are two values "fallback" and "fall back".~~
     45~~{{{
    4646"Also note that initial values are not used as "fallback" ...
    4747---
     
    5050# The form does *not* fall back to using ....
    5151...
    52 }}}
     52}}}~~
    5353
    54 I think it would be better to include documentation in the message set as a link.
    55 (Like the link message used in [https://docs.djangoproject.com/en/5.1/ref/forms/fields/#validators validators section].)
    56 {{{
     54~~I think it would be better to include documentation in the message set as a link.~~
     55~~(Like the link message used in [https://docs.djangoproject.com/en/5.1/ref/forms/fields/#validators validators section].)~~
     56~~{{{
    5757
    5858``localize``
     
    6565
    6666See the :doc:`format localization </topics/i18n/formatting>` documentation for # --> See the :doc:`format localization documentation</topics/i18n/formatting> ` for more information.
    67 }}}
     67}}}~~
Back to Top