django1/django/db/backends/sqlite3
Alex Hill 07ba148d9e Cleaned up use of context manager in SQLite schema editor 2015-04-03 09:13:55 -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 Refs #24324 -- Fixed UnicodeEncodeError in SQLite backend while testing. 2015-02-17 08:09:46 -05:00
client.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
creation.py Removed obsolete SQL generation methods. 2015-01-18 15:58:06 -05:00
features.py Fixed #24154 -- Backends can now check support for expressions 2015-01-27 12:20:06 +11:00
introspection.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
operations.py Update converters to take a consistent set of parameters. 2015-02-20 11:35:52 +00:00
schema.py Cleaned up use of context manager in SQLite schema editor 2015-04-03 09:13:55 -04:00
utils.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00