Re: admin: automatic link to files for FileFields in change_list breaks link to change_view (v1.8, #14497)

2015-11-22 Thread Florian Demmer
On 2015-11-22 21:31, Riccardo Magliocchetti wrote: Hi Florian, Il 22/11/2015 21:14, Florian Demmer ha scritto: Hi guys, i am confused/surprised by this ticket and already merged feature. it took me a while to find out what was happening in my admin:

Re: admin: automatic link to files for FileFields in change_list breaks link to change_view (v1.8, #14497)

2015-11-22 Thread Riccardo Magliocchetti
Hi Florian, Il 22/11/2015 21:14, Florian Demmer ha scritto: Hi guys, i am confused/surprised by this ticket and already merged feature. it took me a while to find out what was happening in my admin: https://code.djangoproject.com/ticket/14497 - it was merged into 1.8, right? the ticket says

admin: automatic link to files for FileFields in change_list breaks link to change_view (v1.8, #14497)

2015-11-22 Thread Florian Demmer
Hi guys, i am confused/surprised by this ticket and already merged feature. it took me a while to find out what was happening in my admin: https://code.djangoproject.com/ticket/14497 - it was merged into 1.8, right? the ticket says 1.2. - there was no documentation in the patch, no info about

Case-insensitive email as username

2015-11-22 Thread Aymeric Augustin
Hello, I spent a good part of today implementing what must be the most common scenario for custom user models: case-insensitive email as username. (Yes. This horse has been beaten to death. Multiple times.) Since it was the first time I implemented a custom user model from scratch by myself,

Re: __ne, #5763

2015-11-22 Thread Anssi Kääriäinen
On Saturday, November 21, 2015, Carsten Fuchs wrote: > Hi Anssi, > > Am 2015-11-21 um 12:50 schrieb Anssi Kääriäinen: > >> In summary, the imaginary query of comment 14 >> >> Blog.objects.filter(entry__tag__name='django', >> entry__author_count__ne=2) >>