django1/django/db/models/fields
Tim Graham 59ab1b2683 Fixed #28210 -- Fixed Model._state.adding on MTI parent model after saving child model.
Regression in 38575b007a.
2017-05-19 13:22:17 -04:00
..
__init__.py Fixed #28188 -- Fixed crash when pickling model fields. 2017-05-11 21:04:52 -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 Fixed #28210 -- Fixed Model._state.adding on MTI parent model after saving child model. 2017-05-19 13:22:17 -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 Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00