Re: ticket 28404

2018-02-07 Thread Collin Anderson
Hi Carlton, There are some cases where I really do want an empty string displayed (though not in a linked column). Maybe only use it only when it's an auto-linked field/column? Or maybe only use this behavior in display_for_field()? (So if you use a custom function/method, you can still have full

Method for allowing different `MAIL FROM` or `Return-Path` and `From` headers.

2018-02-07 Thread Ian Campbell
Hi - I have a question about an issue I've recently run into with Django. It relates to creating a separate `Return Path` and `From` header in an email using Django. The current solution is undocumented, but discussed here: https://code.djangoproject.com/ticket/9214 To create a separate

Re: ticket 28404

2018-02-07 Thread Carlton Gibson
[Better Subject] Fix admin change list display of empty string values. I'll summarise; I'd like to elicit any objections. The issue is that the admin change list doesn't display the "empty value" placeholder for empty strings, which is the recommended way of handling "nullable" CharFields.

keepdb with flush option

2018-02-07 Thread Brice Parent
Hi everyone, Right now, when testing, we have the choice to either : * create a new empty database to launch the tests with * reuse an existing database with all its data (--keepdb) I think we're missing a third option, here : * reuse an existing database, but flush its contents before (or