django1/django/db/backends/sqlite3
Sergey Fedoseev ebc4ee3369 Refs #23941 -- Prevented incorrect rounding of DecimalField annotations on SQLite. 2017-12-21 19:50:56 -05: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 Simplified SQLite converter for bool type. 2017-12-12 22:40:15 -05:00
client.py Fixed #26751 -- Made dbshell exit with the shell's error code. 2016-06-27 12:20:40 -04:00
creation.py Fixed #28769 -- Replaced 'x if x else y' with 'x or y'. 2017-11-07 09:08:46 -05:00
features.py Fixed #28849 -- Fixed referenced table and column rename on SQLite. 2017-12-01 22:12:24 -05:00
introspection.py Fixed #28584 -- Dropped support for SQLite < 3.7.15. 2017-10-03 10:42:18 -04:00
operations.py Refs #23941 -- Prevented incorrect rounding of DecimalField annotations on SQLite. 2017-12-21 19:50:56 -05:00
schema.py Fixed #28849 -- Fixed referenced table and column rename on SQLite. 2017-12-01 22:12:24 -05:00