django1/django/db
Malcolm Tredinnick 844089de07 Fixed #8315 -- If an exception is raised whilst trying to rollback a
transaction (after another exception in the code), make sure the original
exception is reported, rather than the rollback-generated one. The latter is
almost certainly a consequence of the former. Patch from Karen Tracey.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8411 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-16 15:58:30 +00:00
..
backends Fixed #8355: Removed some whitespace that was apparently causing difficulty with script compilation. Thanks to bear330 for the report. 2008-08-16 04:48:57 +00:00
models Fixed #6970 -- Raise the original `IntegrityError` when all required fields aren't specified in `get_or_create` instead of a misleading `DoesNotExist` error, thanks deadwisdom. 2008-08-15 23:29:55 +00:00
__init__.py Fixed #8315 -- If an exception is raised whilst trying to rollback a 2008-08-16 15:58:30 +00:00
transaction.py Added savepoint protection to get_or_create() to avoid problems on PostgreSQL. 2008-08-12 05:59:43 +00:00