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
9f7cefd505
django1
/
django
/
db
/
backends
History
Anssi Kääriäinen
0a0a0d66b3
Fixed
#19351
-- SQLite bulk_insert of more than 500 single-field objs
2012-11-24 01:13:12 +02:00
..
dummy
Fixed
#17883
. Improved error message for old-style database backends.
2012-03-12 21:58:07 +00:00
mysql
Fixed
#19176
-- Typo in copy-pasted error message.
2012-10-24 16:21:30 +02:00
oracle
Fixed
#18963
-- Used a subclass-friendly pattern
2012-11-03 22:07:35 +01:00
postgresql_psycopg2
Imported getLogger directly from logging module
2012-09-20 21:03:24 +02:00
sqlite3
Fixed
#19351
-- SQLite bulk_insert of more than 500 single-field objs
2012-11-24 01:13:12 +02:00
__init__.py
Fixed
#19058
-- Fixed Oracle GIS crash
2012-11-15 16:08:06 +02:00
creation.py
Fixed
#5805
-- it is now possible to specify multi-column indexes. Thanks to jgelens for the original patch.
2012-11-04 10:16:06 -08:00
signals.py
Fixed
#13798
-- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch.
2010-08-30 13:21:18 +00:00
util.py
Fixed
#18989
-- Removed unused condition in CursorWrapper
2012-11-17 16:34:14 +01:00