On 9/8/06, Gary Wilson <[EMAIL PROTECTED]> wrote: > After noticing the new NullBooleanField, I am thinking it would be nice > to have the same sort of yes/no dropdown option for BooleanField > (without the "unknown" choice of course). What do you think?
Hey Gary, NullBooleanField has been in Django since before it was open-sourced... http://code.djangoproject.com/browser/django/tags/notable_moments/ipo/django/core/meta.py#L1945 I'm -0 on having BooleanFields use a drop down in the admin interface. Radio buttons are so much more usable, if you only have two choices. If anything, we should change NullBooleanFields to use radio buttons. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---