django1/django/db/models/fields
Tim Graham 686772c177 Removed unused OrderWrt.deconstruct(). 2017-07-06 18:45:53 -04:00
..
__init__.py Fixed #28319 -- Made TextField with choices use a Select widget. 2017-06-17 08:23:32 -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 Moved common code to RelatedField.deconstruct(). 2017-06-14 08:57:43 -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