django1/django
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
..
bin [py3] Added fixer for python_2_unicode_compatible. 2012-08-12 14:44:40 +02:00
conf Fixed #18518 -- Add warning re mod_wsgi and wsgi.py environ handling. 2012-09-27 20:35:57 -06:00
contrib Fixed #18676 -- Allow fast-path deletion of objects 2012-09-28 18:16:08 +03:00
core Fixed #18845 -- Do not swallow AttributeErrors when running commands 2012-09-26 15:07:11 +02:00
db Fixed #18676 -- Allow fast-path deletion of objects 2012-09-28 18:16:08 +03:00
dispatch Added a way to check if a signal has listeners 2012-09-28 18:10:52 +03:00
forms Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail 2012-09-26 14:14:51 +02:00
http Fixed #18916 -- Allowed non-ASCII headers. 2012-09-07 19:08:57 -04:00
middleware Imported getLogger directly from logging module 2012-09-20 21:03:24 +02:00
shortcuts Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names. 2012-09-08 16:58:35 -06:00
template Fixes #18933. Fixes code example in docstring. 2012-09-09 00:35:40 -04:00
templatetags Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
test Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
utils Fixed #18881 -- Made the context option in {% trans %} and {% blocktrans %} accept literals wrapped in single quotes. Thanks to lanyjie for the report. 2012-09-27 20:34:45 -07:00
views Fixed #18675 -- Fixed was_modified_since with floating-point mtime 2012-09-26 21:12:56 +02:00
__init__.py Moved version code out of __init__.py. 2012-04-29 13:44:32 -05:00