django1/django/db
Malcolm Tredinnick 1b331f6c1e Fixed #6641 -- If we lose a race when creating a new object in get_or_create,
re-get the result from the database and return that. Thanks, Jeff Guinness and
Timothée Peignier.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7289 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-03-18 14:08:40 +00:00
..
backends Fixed #5883 -- Added __iter__ methods to the debug cursor and the postgresql backend cursor. 2008-03-17 14:15:15 +00:00
models Fixed #6641 -- If we lose a race when creating a new object in get_or_create, 2008-03-18 14:08:40 +00:00
__init__.py Fixed #6147 -- Typo fix (that amazingly didn't stop the code working) in the code for loading a database module. Thanks, guido@python.org. 2007-12-09 10:18:56 +00:00
transaction.py Fixed #4040 -- Changed uses of has_key() to "in". Slight performance 2007-04-26 13:30:48 +00:00