django1/django/db/models/fields
Simon Charette 13be453080 Refs #28492 -- Stopped accessing settings at Field.db_tablespace initialization.
Deferring accesses to settings allows database fields to be initialized before
settings are loaded.
2017-09-11 12:21:49 -04:00
..
__init__.py Refs #28492 -- Stopped accessing settings at Field.db_tablespace initialization. 2017-09-11 12:21:49 -04:00
files.py Fixed #28242 -- Moved ImageField file extension validation to the form field. 2017-06-01 10:13:23 -04:00
mixins.py Refs #16043 -- Refactored internal fields value cache. 2017-08-10 12:06:02 -04:00
proxy.py Removed unused OrderWrt.deconstruct(). 2017-07-06 18:45:53 -04:00
related.py Refs #23919 -- Replaced usage of django.utils.functional.curry() with functools.partial()/partialmethod(). 2017-09-06 13:11:18 -04:00
related_descriptors.py Fixed #28375 -- Fixed KeyError crash on reverse prefetch of a model with OneToOneField primary key to a non-pk field. 2017-08-21 16:14:13 -04:00
related_lookups.py Fixed #27985 -- Fixed query for __exact=value when get_prep_value() converts value to None. 2017-07-31 15:34:07 -04:00
reverse_related.py Refs #16043 -- Refactored internal fields value cache. 2017-08-10 12:06:02 -04:00