ANNOUNCE: Django 1.5 released

2013-02-26 Thread James Bennett
Yup, it's finally here! * Announcement blog post here: https://www.djangoproject.com/weblog/2013/feb/26/15/ * Release notes here: https://docs.djangoproject.com/en/1.5/releases/1.5/ * Download it here: https://www.djangoproject.com/download/ -- You received this message because you are subscribe

DatabaseError wrapping

2013-02-26 Thread Aymeric Augustin
Hello, A pre-requisite for persistent database connections in Django [1] is robust error handling, especially for transaction commits and rollbacks. Currently, Django wraps and re-raises database exceptions [2] raised by queries, but not those raised by transaction-related operations [3]. To fix

Re: select_for_update running on db_for_read

2013-02-26 Thread Ioan Alexandru Cucu
Hi, I've raised https://code.djangoproject.com/ticket/19918 and opened pull request: https://github.com/django/django/pull/852 And s/but/bug/ in my initial post :) Regards, Alex On Wednesday, February 20, 2013 9:58:36 AM UTC+2, Russell Keith-Magee wrote: > > Hi Ioan, > > I'd need to dig into th

Re: How can we Commit request.FILES using pysvn in Django?

2013-02-26 Thread Jacob Haslehurst
This list is for the discussion of django itself, this question would be perfect for django-users. - Jacob On Tuesday, 26 February 2013 at 2:57 PM, Abdul Wahid wrote: > I have to commit files from request.FILES to svn repository usiong pysvn but > when i try like this > > import pysvn > cli