django1/django/db/models/fields
Mariusz Felisiak 8e41373c81 Allowed database backends to specify data types for Cast().
A small refactor ahead of refs #28371.
2017-07-26 20:26:58 -04:00
..
__init__.py Allowed database backends to specify data types for Cast(). 2017-07-26 20:26:58 -04:00
files.py Fixed #28242 -- Moved ImageField file extension validation to the form field. 2017-06-01 10:13:23 -04:00
proxy.py Removed unused OrderWrt.deconstruct(). 2017-07-06 18:45:53 -04:00
related.py Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expression.convert_value(). 2017-07-20 16:30:08 -04:00
related_descriptors.py Fixed #26362 -- Fixed update of the inherited id field of an object when its parent changes. 2017-06-26 12:11:20 -04:00
related_lookups.py Fixed #28175 -- Fixed __in lookups on a foreign key when using the foreign key's parent model as the lookup value. 2017-05-05 18:35:08 -04:00
reverse_related.py Replaced Model._get_pk_val() with pk property. 2017-06-05 15:20:34 -04:00