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
ac750dbbc0
django1
/
django
/
db
/
backends
/
sqlite3
History
Riccardo Magliocchetti
3543fec3b7
Refs
#12118
-- Allowed "mode=memory" in SQLite test database names.
2015-10-06 12:32:05 -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
Renamed RemovedInDjangoXYWarnings for new roadmap.
2015-06-24 16:08:20 -04:00
client.py
Fixed
#22603
-- Reorganized classes in django.db.backends.
2015-01-14 14:16:20 -05:00
creation.py
Refs
#12118
-- Allowed "mode=memory" in SQLite test database names.
2015-10-06 12:32:05 -04:00
features.py
Enabled parallel testing by default in runtests.py.
2015-09-10 13:34:05 +02:00
introspection.py
Refs
#17785
-- Made docstring for sqlite3's get_relations() consistent with other backends.
2015-09-18 09:32:36 -04:00
operations.py
Fixed
#24509
-- Added Expression support to SQLInsertCompiler
2015-09-22 23:35:24 +10:00
schema.py
Fixed
#25128
-- Fixed SQLite SchemaEditor crash when adding a ForeignObject field.
2015-07-15 15:22:52 -04:00