django/docs/ref
Marc Tamlyn b5c1a85b50 Fixed #24118 -- Added --debug-sql option for tests.
Added a --debug-sql option for tests and runtests.py which outputs the
SQL logger for failing tests. When combined with --verbosity=2, it also
outputs the SQL for passing tests.

Thanks to Berker, Tim, Markus, Shai, Josh and Anssi for review and
discussion.
2015-01-12 08:16:08 +00:00
..
class-based-views
contrib Fixed spelling errors in docs. 2015-01-11 13:24:13 -05:00
files Used https for most *.python.org links 2014-12-19 18:07:52 +01:00
forms
models Fixed #24020 -- Refactored SQL compiler to use expressions 2015-01-08 14:07:54 -05:00
templates Fixed spelling errors in docs. 2015-01-11 13:24:13 -05:00
applications.txt
checks.txt Fixed #23891 -- Moved deprecation of IPAddressField to system check framework. 2015-01-01 13:30:52 -05:00
clickjacking.txt
csrf.txt
databases.txt Updated some other external links in the docs 2014-12-19 18:07:52 +01:00
django-admin.txt Fixed #24118 -- Added --debug-sql option for tests. 2015-01-12 08:16:08 +00:00
exceptions.txt Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions 2015-01-02 10:46:04 -05:00
index.txt
middleware.txt
migration-operations.txt Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router. 2015-01-10 00:30:48 +07:00
request-response.txt Fixed #24072 -- Added FileResponse for streaming binary files. 2015-01-05 10:51:52 -05:00
schema-editor.txt Fixed #23749 -- Documented how to use the database alias in RunPython. 2015-01-03 12:06:40 -05:00
settings.txt Moved doc on the DTL's syntax to the ref/ section. 2015-01-10 19:41:14 +01:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt Fixed #24073 -- Returned None for get_language when translations are deactivated 2015-01-08 17:43:07 +01:00
validators.txt Fixed #20003 -- Improved and extended URLValidator 2015-01-06 14:04:25 -05:00
views.txt