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
5c81e9de0f
django1
/
django
/
db
/
backends
/
sqlite3
History
Jan Bednařík
4cceb5cb31
Fixed
#19162
-- Wrong indentation.
2012-10-22 19:23:19 +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
Removed many uses of bare "except:", which were either going to a) silence real issues, or b) were impossible to hit.
2012-09-07 15:08:07 -04:00
client.py
Fixed
#1142
-- Added multiple database support.
2009-12-22 15:18:51 +00:00
creation.py
Fixed
#19162
-- Wrong indentation.
2012-10-22 19:23:19 +02:00
introspection.py
Made get_table_description also return the size of char fields on SQLite
2012-08-30 19:36:05 +02:00