--
Ticket URL: <https://code.djangoproject.com/ticket/22525>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
Also available in GitHub as
https://github.com/Gumnos/django/compare/django:master...master
--
Ticket URL: <https://code.djangoproject.com/ticket/22525#comment:1>
* status: new => closed
* resolution: => wontfix
Comment:
Thanks for the suggestion, but there are other places where yes/no are
used so I think it's okay to keep things as they are. Particularly when
deleting data, it seems safer to require three characters.
--
Ticket URL: <https://code.djangoproject.com/ticket/22525#comment:2>
Comment (by Gumnos):
While I can see keeping a full "yes" vs. "no" for more dangerous
operations such as deletion, it just gets in the way when answering more
routine questions. I'd be glad to search for other locations where yes/no
is answered on input, and modify similarly where there is no risk of data-
loss if consistency is an issue.
--
Ticket URL: <https://code.djangoproject.com/ticket/22525#comment:3>