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
d796c94b03
django1
/
django
/
db
/
backends
History
Aymeric Augustin
d796c94b03
[py3] Used six.reraise wherever necessary.
2012-07-22 09:29:52 +02:00
..
dummy
Fixed
#17883
. Improved error message for old-style database backends.
2012-03-12 21:58:07 +00:00
mysql
[py3] Used six.reraise wherever necessary.
2012-07-22 09:29:52 +02:00
oracle
[py3] Used six.reraise wherever necessary.
2012-07-22 09:29:52 +02:00
postgresql_psycopg2
[py3] Used six.reraise wherever necessary.
2012-07-22 09:29:52 +02:00
sqlite3
[py3] Used six.reraise wherever necessary.
2012-07-22 09:29:52 +02:00
__init__.py
Fixed
#17788
-- Added batch_size argument to qs.bulk_create()
2012-07-17 15:24:41 +03:00
creation.py
Fixed
#17760
-- Implemented callable database features as cached properties
2012-06-09 15:59:52 +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
Fixed
#18269
-- Applied unicode_literals for Python 3 compatibility.
2012-06-07 18:08:47 +02:00