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
067b9668fb
django1
/
django
/
db
/
backends
/
sqlite3
History
Andrew Godwin
c8c79367a2
Fixed
#22844
: Duplicate SQL for SQLite FKs
2014-06-16 00:27:32 -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
Replaced an explicit vendor check by a feature flag.
2014-06-06 00:32:13 +02:00
client.py
A large number of stylistic cleanups across django/db/
2013-07-08 10:39:54 +10:00
creation.py
Fixed
#20550
-- Added ability to preserve test db between runs
2014-05-28 16:22:46 +01:00
introspection.py
Fixed
#22744
-- Fixed sqlite3 get_relations introspection with views
2014-06-01 22:03:33 +02:00
schema.py
Fixed
#22844
: Duplicate SQL for SQLite FKs
2014-06-16 00:27:32 -07:00