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
cbcf78fa94
django1
/
django
/
db
/
backends
/
sqlite3
History
Tim Graham
c52822e750
Fixed
#25128
-- Fixed SQLite SchemaEditor crash when adding a ForeignObject field.
2015-07-15 15:22:52 -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
Removed obsolete SQL generation methods.
2015-01-18 15:58:06 -05:00
features.py
Removed support for Python 3.3.
2015-06-18 08:36:50 -04:00
introspection.py
Fixed
#24637
-- Fixed database introspection with SQLite 3.8.9.
2015-04-14 11:29:59 -04:00
operations.py
Fixed
#24887
-- Removed one-arg limit from models.aggregate
2015-06-27 11:44:33 -04:00
schema.py
Fixed
#25128
-- Fixed SQLite SchemaEditor crash when adding a ForeignObject field.
2015-07-15 15:22:52 -04:00