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
51da347c32
django1
/
django
/
db
/
backends
/
sqlite3
History
Jon Dufresne
82f286cf6f
Refs
#29784
-- Switched to https:// links where available.
2018-09-26 08:48:47 +02: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
#29784
-- Switched to https:// links where available.
2018-09-26 08:48:47 +02:00
client.py
Fixed
#26751
-- Made dbshell exit with the shell's error code.
2016-06-27 12:20:40 -04:00
creation.py
Refs
#29784
-- Switched to https:// links where available.
2018-09-26 08:48:47 +02:00
features.py
Fixed
#29563
-- Added result streaming for QuerySet.iterator() on SQLite.
2018-07-25 18:08:57 -04:00
introspection.py
Fixed
#29517
-- Added support for SQLite column check constraints on positive integer fields.
2018-06-25 14:01:04 -04:00
operations.py
Fixed
#28668
-- Allowed QuerySet.bulk_create() to ignore insert conflicts.
2018-08-03 17:40:46 -04:00
schema.py
Fixed
#11964
-- Added support for database check constraints.
2018-07-10 15:32:33 -04:00