Changes between Initial Version and Version 1 of Ticket #12856, comment 10
- Timestamp:
- Aug 24, 2011, 1:21:02 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12856, comment 10
initial v1 37 37 * I have no opinion on documenting the `as_*()` functions. Seems unnecessary to me, they are mostly internal. 38 38 * `required` is documented on https://docs.djangoproject.com/en/dev/ref/forms/fields/ , which is a different beast IMO. I'd argue the documentation for those should stay there. Maybe we could put a note with a link to the fields doc? 39 * Petr's patch adding the field to BoundField might be a good one, but I'm not sure it belongs here? It strikes me as a separate issue. This seems to primarily be a ticket related to improving the documentation of existing fields.39 * Petr's patch adding the `required` field to BoundField might be a good one, but I'm not sure it belongs here? It strikes me as a separate issue. This seems to primarily be a ticket related to improving the documentation of existing fields. 40 40