Changes between Initial Version and Version 1 of Ticket #32339, comment 4
- Timestamp:
- Jan 24, 2021, 3:40:41 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32339, comment 4
initial v1 1 I think the easiest / quickest / least trouble-causing thing to do here is to put a big warning in the docsalong the lines of "These methods are suitable only for quickly testing forms and shouldn't be used in production code because, x, y and z" along with perhaps a note on the role attr as a quick fix for old code.1 I think the easiest / quickest / least trouble-causing thing to do here is to put a big warning in the [https://docs.djangoproject.com/en/3.1/topics/forms/#working-with-form-templates docs] along the lines of "These methods are suitable only for quickly testing forms and shouldn't be used in production code because, x, y and z" along with perhaps a note on the role attr as a quick fix for old code. 2 2 3 3 I agree we probably can't remove them, but we could at least do this as a first step, along with making them more accessible where possible.