django1/django/db
Anssi Kääriäinen f468662e24 Fixed #21821 -- db_type argument for field_cast_sql
The db_type argument for connection.ops.field_cast_sql wasn't correctly
set after merge of custom lookups patch.
2014-01-18 21:18:50 +02:00
..
backends Fixed #16187 -- refactored ORM lookup system 2014-01-18 11:46:19 +02:00
migrations Fixed #21784: Correctly decode stdin input for migration defaults 2014-01-16 19:04:10 +00:00
models Fixed #21821 -- db_type argument for field_cast_sql 2014-01-18 21:18:50 +02:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
utils.py Changed get_migratable_models to use an app config. 2013-12-29 21:25:28 +01:00