This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
aa2cb4c622
django1
/
django
/
db
/
backends
/
sqlite3
History
Daniel Hahler
eb42d8d5d9
Fixed grammar in sqlite's DatabaseOperations.bulk_batch_size()'s docstring.
2016-11-25 07:50:59 -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
Fixed E305 flake8 warnings.
2016-11-14 12:30:46 -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
#27077
-- Made SQLite's in-memory database checks DRYer.
2016-08-17 20:34:18 -04:00
features.py
Fixed
#27327
-- Simplified time zone handling by requiring pytz.
2016-10-27 08:53:20 -04:00
introspection.py
Fixed
#27372
-- Fixed introspection of SQLite foreign keys with spaces in DDL.
2016-11-06 10:13:32 +01:00
operations.py
Fixed grammar in sqlite's DatabaseOperations.bulk_batch_size()'s docstring.
2016-11-25 07:50:59 -05:00
schema.py
Fixed
#26808
-- Added Meta.indexes for class-based indexes.
2016-08-05 18:12:51 -04:00