django1/django/db/backends/sqlite3
Aymeric Augustin d7bc4fbc94 Implemented an 'atomic' decorator and context manager.
Currently it only works in autocommit mode.

Based on @xact by Christophe Pettus.
2013-03-11 14:48:55 +01:00
..
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
base.py Implemented an 'atomic' decorator and context manager. 2013-03-11 14:48:55 +01:00
client.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
creation.py Added an API to control database-level autocommit. 2013-03-11 14:48:53 +01:00
introspection.py Add introspection support for BinaryField 2013-03-02 10:29:03 +01:00