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
c1c163b427
django1
/
django
/
db
/
backends
/
sqlite3
History
Tom
c1c163b427
Fixed
#28574
-- Added QuerySet.explain().
2018-04-19 10:52:19 -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
Refs
#28643
-- Added Repeat database function.
2018-04-03 19:36:12 +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
#28909
-- Simplifed code using unpacking generalizations.
2018-02-26 18:23:31 +01:00
features.py
Fixed
#28849
-- Fixed referenced table and column rename on SQLite.
2017-12-01 22:12:24 -05:00
introspection.py
Fixed
#29004
-- Added inspectdb --include-views option.
2018-01-27 18:51:40 -05:00
operations.py
Fixed
#28574
-- Added QuerySet.explain().
2018-04-19 10:52:19 -04:00
schema.py
Fixed
#28884
-- Fixed crash on SQLite when renaming a field in a model referenced by a ManyToManyField.
2017-12-22 15:19:05 -05:00