Changes between Version 4 and Version 5 of Ticket #35880
- Timestamp:
- Nov 4, 2024, 2:00:25 AM (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35880
- Property Triage Stage Unreviewed → Accepted
- Property Summary Consistency and improvements to the form fields document. → Form Field.requried docs invalid example due to CharField.strip
- Property Type Cleanup/optimization → Bug
-
Ticket #35880 – Description
v4 v5 31 31 ---- 32 32 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)~~ 34 34 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. 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.~~ 37 37 38 38 ---- 39 39 40 3. Consistency "fallback" and link message 40 ~~3. Consistency "fallback" and link message~~ 41 41 42 This part is very trivial :) 42 ~~This part is very trivial :)~~ 43 43 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 ~~{{{ 46 46 "Also note that initial values are not used as "fallback" ... 47 47 --- … … 50 50 # The form does *not* fall back to using .... 51 51 ... 52 }}} 52 }}}~~ 53 53 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 ~~{{{ 57 57 58 58 ``localize`` … … 65 65 66 66 See the :doc:`format localization </topics/i18n/formatting>` documentation for # --> See the :doc:`format localization documentation</topics/i18n/formatting> ` for more information. 67 }}} 67 }}}~~