django1/django/db/backends/sqlite3
Milan Broum 0d6b7e4a88 [1.8.x] Allowed using the sqlite3 backend as much as possible without _sqlite3.
The inner import was dropped during the reorganizing of the database
backends in commit 28308078f3.

Backport of 95058606c8 from master
2015-05-04 13:00:23 -04: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 [1.8.x] Refs #24324 -- Fixed UnicodeEncodeError in SQLite backend while testing. 2015-02-17 08:11:38 -05:00
client.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
creation.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
features.py [1.8.x] Fixed #24154 -- Backends can now check support for expressions 2015-01-27 14:47:38 +11:00
introspection.py [1.8.x] Fixed #24637 -- Fixed database introspection with SQLite 3.8.9. 2015-04-14 11:30:21 -04:00
operations.py [1.8.x] Update converters to take a consistent set of parameters. 2015-02-20 11:47:48 +00:00
schema.py [1.8.x] Allowed using the sqlite3 backend as much as possible without _sqlite3. 2015-05-04 13:00:23 -04:00
utils.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00