Re: default values on database level

2018-05-16 Thread Marcin Nowak
W dniu czwartek, 29 marca 2018 19:28:39 UTC+2 użytkownik Michael Grijalva napisał: > > Yeah seems like `db_default` was the felling, at least last time I scanned > through this long-going discussion :D > > I've had to tweak Django's migration handling a bit to handle our > zero-downtime

Get decorator

2018-05-16 Thread Hélio Correia
Hi community, I always want to ask if it's not a god idea change some get_ methods with the property decorator? Things like get_absolute_url for example. What are your thoughts about that? -- You received this message because you are subscribed to the Google Groups "Django developers

Re: Simplify middlewares (again) and get rid of process_view

2018-05-16 Thread Florian Apolloner
Hi Carl, On Wednesday, May 16, 2018 at 5:58:02 AM UTC+2, Carl Meyer wrote: > > I'm not sure this part is feasible. It's an intentional part of > middleware design AFAIK (and useful) that middleware can modify > request.path and have this modification respected in view resolution. > my