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
e0cf030194
django1
/
django
/
db
/
backends
/
sqlite3
History
Florian Apolloner
61d783f3d7
Made sqlite's remove_field behave like the base backend.
2014-08-10 13:31:06 +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
Fixed
#23074
-- Avoided leaking savepoints in atomic.
2014-07-28 14:30:41 +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
#20550
-- Added ability to preserve test db between runs
2014-05-28 16:22:46 +01:00
introspection.py
Fixed
#21603
-- Fixed complex RawQuerySets queries on some versions of SQLite.
2014-08-06 08:41:34 -04:00
schema.py
Made sqlite's remove_field behave like the base backend.
2014-08-10 13:31:06 +02:00