django1/django/db/models/fields
Tim Graham 487362fa8f Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expression.convert_value().
Unused since a0d166306f.
2017-07-20 16:30:08 -04:00
..
__init__.py Removed unused models.DecimalField._format(). 2017-07-20 09:00:18 -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