#3460: postgresql_psycopg2 backend uses wrong isolation level
-------------------------------------------------+--------------------------
   Reporter:  Jack Moffitt <[EMAIL PROTECTED]>  |                Owner:  adrian 
               
     Status:  new                                |            Component:  
Database wrapper      
    Version:  SVN                                |           Resolution:        
                
   Keywords:                                     |                Stage:  
Design decision needed
  Has_patch:  1                                  |           Needs_docs:  0     
                
Needs_tests:  0                                  |   Needs_better_patch:  0     
                
-------------------------------------------------+--------------------------
Comment (by Philippe May):

 This patch also resolves an important bug for me: i have an application
 with models imported from python packages, not directly from the models.py
 file. Without the patch, postgres raises an error (ERROR:  the relation
 «app_rel» doesn't exist) and the transaction is still pending, which
 breaks the normal execution when creating the databases (with syncdb).
 Hope that's clear enough...
 I'm not a postgres guru, so i haven't figured out the details. Contact me
 if interested.
 
 Guess it's not worth filling a new ticket for my bug when a patch is
 ready.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/3460#comment:4>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to