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
bfb746f983
django1
/
django
/
db
/
backends
/
sqlite3
History
Sergey Fedoseev
5244d7cf54
Simplified SQLite converter for bool type.
2017-08-09 18:10:34 -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
Simplified SQLite converter for bool type.
2017-08-09 18:10:34 -04: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
#27795
-- Removed unneeded force_text calls
2017-03-04 18:18:21 +01:00
features.py
Fixed
#28391
-- Fixed Cast() with CharField and max_length on MySQL.
2017-07-17 21:12:27 +02:00
introspection.py
Fixed
#14204
-- Enforced SQLite foreign key constraints.
2017-07-11 09:07:31 -04:00
operations.py
Fixed
#28371
-- Fixed Cast() with CharField if the max_length argument isn't provided.
2017-07-27 19:36:47 +02:00
schema.py
Fixed
#14204
-- Enforced SQLite foreign key constraints.
2017-07-11 09:07:31 -04:00