django1/django/core
Aymeric Augustin 13b7f299de Added a stealth option to flush to allow cascades.
This allows using flush on a subset of the tables without having to
manually cascade to all tables with foreign keys to the tables being
truncated, when they're known to be empty.

On databases where truncate is implemented with DELETE FROM, this
doesn't make a difference. The cascade is allowed, not mandatory.
2013-06-10 11:21:54 +02:00
..
cache Fixed #9595 -- Allow non-expiring cache timeouts. 2013-05-18 15:39:42 +02:00
files Replaced `and...or...` constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03:00
handlers Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
mail Fixed #17061 -- Factored out importing object from a dotted path 2013-02-04 16:38:25 +01:00
management Added a stealth option to flush to allow cascades. 2013-06-10 11:21:54 +02:00
serializers Fixed #20136 - Fixed and expanded the docs for loaddata and model signals. 2013-05-11 19:34:02 -04:00
servers Fixed #18336 -- Doubled request_queue_size. 2013-04-28 10:47:07 +02:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
context_processors.py [py3] Made csrf context processor return Unicode 2012-08-13 11:54:21 +02:00
exceptions.py Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
paginator.py Fixed #19938 -- Consumed iterator only once in paginator's Page 2013-05-25 16:27:26 +02:00
signals.py Major refactoring of django.dispatch with an eye towards speed. The net result is that signals are up to 90% faster. 2008-08-06 15:32:46 +00:00
signing.py Fixed #17061 -- Factored out importing object from a dotted path 2013-02-04 16:38:25 +01:00
urlresolvers.py Fixed #18169 -- NoReverseMatch not silenced if from block.super 2013-06-01 00:59:04 +03:00
validators.py Fixed #17051 -- Removed some 'invalid' field error messages 2013-03-14 17:03:43 +01:00
wsgi.py Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss. 2011-10-22 04:30:10 +00:00