Django

Code

Show
Ignore:
Timestamp:
10/09/05 05:47:06 (3 years ago)
Author:
hugo
Message:

i18n: merged r787:r814 from trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/i18n/tests/runtests.py

    r646 r815  
    9595            cursor = db.cursor() 
    9696            try: 
    97                 db.connection.autocommit(
     97                db.connection.autocommit(1
    9898            except AttributeError: 
    9999                pass 
     
    181181            self.output(1, "Deleting test database") 
    182182            try: 
    183                 db.connection.autocommit(
     183                db.connection.autocommit(1
    184184            except AttributeError: 
    185185                pass