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
befa1dd7a5
django1
/
django
/
db
/
backends
History
Claude Paroz
187ec5a166
[py3] Pass bytes to md5 in truncate_name
2012-08-15 12:37:08 +02:00
..
dummy
Fixed
#17883
. Improved error message for old-style database backends.
2012-03-12 21:58:07 +00:00
mysql
[py3] Removed unnecessary calls to .keys()
2012-08-14 14:09:23 +02:00
oracle
[py3] Removed unnecessary calls to .keys()
2012-08-14 14:09:23 +02:00
postgresql_psycopg2
Fixed
#18271
-- Changed stage at which TransactionTestCase flushes DB tables.
2012-07-24 17:24:16 -03:00
sqlite3
[py3] Always convert values from sqlite3 to unicode strings
2012-08-12 20:47:18 +02:00
__init__.py
Refix
#13844
-- Made FloatField aggregates work on Python 2.6 + Postgres
2012-08-13 09:15:20 +03:00
creation.py
[py3] Replaced raw_input by input
2012-08-08 19:53:11 +02: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
[py3] Pass bytes to md5 in truncate_name
2012-08-15 12:37:08 +02:00