django1/django/db
Tim Graham f19a3669b8 Fixed #14786 -- Fixed get_db_prep_lookup calling get_prep_value twice if prepared is False.
Thanks homm for the report and Aramgutang and lrekucki for work on
the patch.
2013-08-29 11:13:34 -04:00
..
backends Fixed #20984 -- Stopped decoding bytes in sqlite3 adapter on Python 3 2013-08-29 08:39:06 +02:00
migrations Change autodetector changes API to be just one method 2013-08-21 22:25:15 +01:00
models Fixed #14786 -- Fixed get_db_prep_lookup calling get_prep_value twice if prepared is False. 2013-08-29 11:13:34 -04:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
utils.py Revert "Fixed #20956 -- Removed useless check in django.db.utils" 2013-08-22 09:47:17 -04:00