New Release of ibm_db_django(1.0) is out of beta

2010-07-19 Thread Rahul
IBM_DB_DJANGO-1.0 --- IBM_DB_DJANGO adaptor enables access to IBM databases from Django applications http://www.djangoproject.com/. The adaptor is developed and maintained by IBM. What's New? - Added IBM Dataservers backend support for Django 1

Re: request.is_ajax() and hidden iframe kludge => request.is_framejax()?

2010-07-19 Thread David De La Harpe Golden
On 18/07/10 10:03, Florian Apolloner wrote: > On Jul 17, 11:29 am, Gregor Müllegger wrote: >> I think Florian meant that its not possible to change HTTP headers by >> Javascript XSS attacks (or am I wrong here as well?). > Exactly. I think you're thinking of CSRF, javascripted client-side parts o

Django Security

2010-07-19 Thread Craig Younkins
Hello there! My name is Craig Younkins. I'm an intern at OWASP, the Open Web Application Security Project, and this summer I'm focusing on web security in Python. My mission is to help developers make more secure applications. First, I'd like to invite you to a new community - http://www.pythonse

Ticket #8077

2010-07-19 Thread Oli Kingshott
I recently came across a situation where allowing developers to silence signal emitters on a per-model basis would be useful, and I'd like to see if any others have too. http://code.djangoproject.com/ticket/8077 Currently the only way to "mute" a signal is to implement some functions that "discon