django1/django/db/models/fields
Simon Charette ec50937bcb Refs #20939 -- Removed the Query._forced_pk hack. 2017-04-25 23:43:33 -04:00
..
__init__.py Fixed #28120 -- Checked that CharField.max_length is not a boolean. 2017-04-24 18:49:31 -04:00
files.py Fixed #27777 -- Made File.open() work with the with statement (#8310) 2017-04-07 14:21:06 +02:00
proxy.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
related.py Refs #27795 -- Removed unneeded force_text calls 2017-03-04 18:18:21 +01:00
related_descriptors.py Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 2017-02-01 11:41:56 -05:00
related_lookups.py Refs #20939 -- Removed the Query._forced_pk hack. 2017-04-25 23:43:33 -04:00
reverse_related.py Refs #27656 -- Updated django.db docstring verbs according to PEP 257. 2017-02-28 09:17:27 -05:00