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
b327a614eb
django1
/
django
/
db
/
backends
/
sqlite3
History
Markus Holtermann
d2202ec2d4
Fixed
#23880
-- Added missing index_together handling for SQLite
2014-12-01 11:30:33 +07: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
#16731
-- Made pattern lookups work properly with F() expressions
2014-11-28 12:50:42 +02:00
client.py
Fixed
#22234
-- Replaced OS-specific code with subprocess.call() in dbshell.
2014-08-04 09:21:03 -04:00
creation.py
Fixed
#19463
-- Added UUIDField
2014-09-16 10:08:09 +01:00
introspection.py
Made get_table_list return a TableInfo named tuple
2014-09-23 20:13:31 +02:00
schema.py
Fixed
#23880
-- Added missing index_together handling for SQLite
2014-12-01 11:30:33 +07:00