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

2012-11-16 Thread Aaron Merriam
This is great. +1. Better than an additional hook. On Friday, November 16, 2012 7:09:40 AM UTC-7, Daniel Sokolowski wrote: > > I like this approach. > > *From:* George Hickman > *Sent:* Thursday, November 15, 2012 7:27 AM > *To:* django-d...@googlegroups.com > *Subject:* Re: Class

Google groups - possible issues with deleted posts.

2012-11-16 Thread Tom Christie
Be aware that there may be issues with google groups at the moment... There are two messages in this thread that are marked as deleted, apparently not

Re: Django Admin Revamp - Any updates?

2012-11-16 Thread Christian Bertschy
Hi everyone At Divio we are working on a new look of the Django Admin for our projects. To be clear, it's just the looks. I agree 100% with Idan that a real revamp should consider not only the looks but also rethink the way the admin works (and we all know that this is a huge difference :-)).

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

2012-11-16 Thread Daniel Sokolowski
I like this approach. From: George Hickman Sent: Thursday, November 15, 2012 7:27 AM To: django-developers@googlegroups.com Subject: Re: Class based views: A standard hook for http-method-independent code I have a slightly different proposal, one where we can avoid the extra hook but

Re: Django Admin Revamp - Any updates?

2012-11-16 Thread Christian Bertschy
Sorry, the google drive link needs a login and google doesn't allow me to change that :-) Therefore the dropbox link: https://www.dropbox.com/sh/oicwr3g4wu9x1z1/VymKkK2FZM On Friday, November 16, 2012 9:25:32 AM UTC+1, Christian Bertschy wrote: > > Hi everyone > > At Divio we are working on a

Re: Django Admin Revamp - Any updates?

2012-11-16 Thread Christian Bertschy
Sorry, the google drive link needs a login and google doesn't allow me to change that :-) Therefore the dropbox link: https://www.dropbox.com/sh/oicwr3g4wu9x1z1/VymKkK2FZM On Friday, April 27, 2012 1:06:06 AM UTC+2, Victor Hooi wrote: > > Hi, > > Is there any news on the Django Admin rewrite

Re: Django Admin Revamp - Any updates?

2012-11-16 Thread Christian Bertschy
Hi everyone At Divio we are working on a new look of the Django Admin for our projects. To be clear, it's just the looks. I agree 100% with Idan that a real revamp should consider not only the looks but also rethink the way the admin works (and we all know that this is a huge difference :-)).

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

2012-11-16 Thread George Hickman
I have a slightly different proposal, one where we can avoid the extra hook but hopefully cover everyone's use cases too. https://github.com/ghickman/django/commit/85ac39a481074c25af1ed72a7a12e62ff5425e54 I've personally never liked the setting of args, kwargs & request from within dispatch