Re: ticket 28404

2018-02-08 Thread Carlton Gibson
Hi Collin, Thanks. That's perfect.  Regards, Carlton -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: ticket 28404

2018-02-07 Thread Collin Anderson
case. > (i.e. this should already be the behaviour.) > > *Are there any reasons we can't adjust `empty_value_display` to also be > used for empty strings?* > > Original Issue: https://code.djangoproject.com/ticket/28404 > PR: https://github.com/django/django/pull/9391 > &

Re: ticket 28404

2018-02-07 Thread Carlton Gibson
already * The empty string is just how text-type fields handle the `null` case. (i.e. this should already be the behaviour.) *Are there any reasons we can't adjust `empty_value_display` to also be used for empty strings?* Original Issue: https://code.djangoproject.com/ticket/28404 PR: https://github.c

Re: ticket 28404

2017-11-05 Thread Georgiy Nazarov
:01:22 PM UTC-4, Georgiy Nazarov wrote: >> >> Hello! >> >> Was there any consensus does ticket 28404 >> <https://code.djangoproject.com/ticket/28404> need to be fixed? And how >> should it be fixed, just by showing empty_value_display in case of empty >

Re: ticket 28404

2017-11-04 Thread Tim Graham
No, there hasn't been any discussion about it. Do you have a use case for solving the ticket that might inform the decision? On Saturday, November 4, 2017 at 1:01:22 PM UTC-4, Georgiy Nazarov wrote: > > Hello! > > Was there any consensus does ticket 28404 > <https://code

ticket 28404

2017-11-04 Thread Georgiy Nazarov
Hello! Was there any consensus does ticket 28404 <https://code.djangoproject.com/ticket/28404> need to be fixed? And how should it be fixed, just by showing empty_value_display in case of empty (not None) string or by separating cases of empty and None values? -- Georgiy Nazarov -