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
9cec689e6a
django1
/
django
/
db
/
backends
History
Florian Apolloner
8aefd30379
Fixed BinaryField support on Oracle.
2013-03-09 23:39:14 +01:00
..
dummy
Added missing method in the dummy database backend.
2013-03-07 14:53:52 +01:00
mysql
Reordered methods in database wrappers.
2013-03-02 13:33:17 +01:00
oracle
Fixed BinaryField support on Oracle.
2013-03-09 23:39:14 +01:00
postgresql_psycopg2
Fixed
#18130
-- Made the isolation level configurable on PostgreSQL.
2013-03-02 15:05:49 +01:00
sqlite3
Reordered methods in database wrappers.
2013-03-02 13:33:17 +01:00
__init__.py
Reordered methods in database wrappers.
2013-03-02 13:33:17 +01:00
creation.py
Fixed
#19861
-- Transaction ._dirty flag improvement
2013-02-27 17:54:27 +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
Refactored database exceptions wrapping.
2013-02-27 17:26:54 +01:00