django1/django/db/backends
Claude Paroz ebc773ada3 Replaced many smart_bytes by force_bytes
In all those occurrences, we didn't care about preserving the
lazy status of the strings, but we really wanted to obtain a
real bytestring.
2012-08-29 11:20:32 +02:00
..
dummy Fixed #17883. Improved error message for old-style database backends. 2012-03-12 21:58:07 +00:00
mysql [py3] Prepared MySQL backend for Python 3 compatibility 2012-08-20 10:46:21 +02:00
oracle Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
postgresql_psycopg2 [py3] Ported django.utils.safestring. 2012-08-18 16:04:06 +02:00
sqlite3 [py3] Ported django.utils.safestring. 2012-08-18 16:04:06 +02:00
__init__.py [py3] Fixed backends tests. 2012-08-18 11:02:38 +02: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 Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00