django1/django/db/backends
Claude Paroz ae88e73fa6 Replaced some smart_xxx by force_xxx equivalent
smart_str/smart_text should only be used when a potential lazy
string should be preserved in the result of the function call.
2012-08-30 15:46:16 +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 Replaced some smart_xxx by force_xxx equivalent 2012-08-30 15:46:16 +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