django/docs/ref/models
Anssi Kääriäinen 1cd6e04cd4 Fixed #18676 -- Allow fast-path deletion of objects
Objects can be fast-path deleted if there are no signals, and there are
no further cascades. If fast-path is taken, the objects do not need to
be loaded into memory before deletion.

Thanks to Jeremy Dunck, Simon Charette and Alex Gaynor for reviewing
the patch.
2012-09-28 18:16:08 +03:00
..
fields.txt Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 2012-09-20 19:06:55 -04:00
index.txt
instances.txt Avoided mixing dates and datetimes in the examples. 2012-09-08 11:00:04 -04:00
options.txt specify any orderable field can be specified in get_latest_by, closes #18875 2012-09-07 11:34:18 -04:00
querysets.txt Fixed #18676 -- Allow fast-path deletion of objects 2012-09-28 18:16:08 +03:00
relations.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00