django1/django/db/models
Andrei Antoukh 99321e30ce Fixed #18306 -- Made deferred models issue update_fields on save
Deferred models now automatically update only the fields which are
loaded from the db (with .only() or .defer()). In addition, any field
set manually after the load is updated on save.
2012-08-12 22:39:27 +03:00
..
fields remove a bunch of unnescesarry iterkeys() calls 2012-08-08 07:33:15 -07:00
sql Fixed #18731 -- Cleaned up split_exclude's use of can_reuse 2012-08-12 21:40:22 +03:00
__init__.py Remove some code that has been dead since newforms-admin was merged, many moons ago. 2012-07-12 09:27:08 -07:00
aggregates.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
base.py Fixed #18306 -- Made deferred models issue update_fields on save 2012-08-12 22:39:27 +03:00
deletion.py remove a bunch of unnescesarry iterkeys() calls 2012-08-08 07:33:15 -07:00
expressions.py Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch. 2011-03-28 02:11:19 +00:00
loading.py [py3] Fixed access to dict keys/values/items. 2012-08-07 12:00:22 +02:00
manager.py Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related objects. 2011-10-05 23:14:52 +00:00
options.py [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
query.py [py3] Fixed reraising of exceptions 2012-08-11 23:46:23 +02:00
query_utils.py [py3] Fixed access to dict keys/values/items. 2012-08-07 12:00:22 +02:00
related.py [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
signals.py Fixed #4102 -- Allow update of specific fields in model.save() 2012-05-12 10:29:41 +03:00