Re: django.contrib.redirects customisation

2012-11-18 Thread Julien Phalip
On Nov 15, 2012, at 12:22 PM, Лебедев Илья wrote: > Recently I needed functionality just like in django.contrib.redirects - > redirects table, that can be edited in admin. I was sad to find out that its > strongly not configurable. For example, I dont need status 301, but

Re: Class based views: A standard hook for http-method-independent code

2012-11-18 Thread Jordan Hagan
+1, this looks like a better solution than the hook method. On Sat, Nov 17, 2012 at 7:52 AM, Jeremy Dunck wrote: > +1, this looks like a good change anyway and doesn't smell to me. > > On Fri, Nov 16, 2012 at 6:09 AM, Daniel Sokolowski >