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
08bcb4aec1
django1
/
django
/
db
/
backends
History
Russell Keith-Magee
57ac6e3d32
Merge remote-tracking branch 'django/master' into t3011
2012-09-15 14:31:54 +08:00
..
dummy
Fixed
#17883
. Improved error message for old-style database backends.
2012-03-12 21:58:07 +00:00
mysql
Fixed
#18790
-- Encoded database password on Python 2
2012-09-12 10:16:49 +02:00
oracle
Replaced many smart_bytes by force_bytes
2012-08-29 11:20:32 +02:00
postgresql_psycopg2
Fixed
#18790
-- Encoded database password on Python 2
2012-09-12 10:16:49 +02:00
sqlite3
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
__init__.py
Moved get_primary_key_column implementation to base
2012-09-08 10:24:13 +02:00
creation.py
Merge recent changes from master.
2012-09-09 08:22:26 +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
Replaced many smart_bytes by force_bytes
2012-08-29 11:20:32 +02:00