Check-in #2 / Multiple timezone support for datetime representation

2011-09-17 Thread Aymeric Augustin
Hello, This week, I've gathered all the information I need about how the database engines and adapters supported by Django handle datetime objects. I'm attaching my findings. The good news is that the database representations currently used by Django are already optimal for my proposal. I'll

Re: CSRF protection and cookies

2011-09-17 Thread Luke Plant
Hi Kent, > Just so I am not missing a class of attacks here: how important is CSRF > protection for non-session applications? I have always viewed CSRF > chiefly as an attack where you try to fool somebody who is authenticated > (and therefore has privileges in the system) to ask the system to >

Re: RFC: "universal" view decorators

2011-09-17 Thread Reinout van Rees
On 16-09-11 18:08, Javier Guerra Giraldez wrote: I guess that when you know by heart exactly what does each one do, they become a pleasure to use. They *are* a pleasure to use. A colleague switched an app over to class based views last week and he got rid of 30% of the code. And it was more