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: https://code.djangoproject.com/ticket

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 i

Re: django.utils.functional.cached_property

2014-03-20 Thread Florian Demmer
On 2014-03-19 23:53, Curtis Maloney wrote: > > > On 20 March 2014 08:58, Florian Demmer <mailto:fdem...@gmail.com>> wrote: > > > > On Thursday, August 8, 2013 6:59:14 PM UTC+2, Łukasz Rekucki wrote: > > Hi, > > I have some

Re: django.utils.functional.cached_property

2014-03-19 Thread Florian Demmer
On Thursday, August 8, 2013 6:59:14 PM UTC+2, Łukasz Rekucki wrote: > > Hi, > > I have some minor nitpicks: > > 1. Unlike the standard @property, the current implementation of > @cached_property doesn't allow for a docstring. > 2. Calling `del obj.` before accessing the value > or more then