django/docs/topics
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
..
auth Removed doc note about PasswordResetForm requiring an integer PK. 2015-01-01 11:38:53 -05:00
class-based-views
db Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router. 2015-01-10 00:30:48 +07:00
forms Fixed #24083 -- Corrected is_bound nature in forms topic docs 2015-01-06 08:56:53 +01:00
http Wrote main documentation for templates. 2015-01-10 20:16:19 +01:00
i18n Moved doc on the DTL's syntax to the ref/ section. 2015-01-10 19:41:14 +01:00
testing Fixed #24118 -- Added --debug-sql option for tests. 2015-01-12 08:16:08 +00:00
cache.txt
checks.txt
conditional-view-processing.txt Fixed #22461 -- Added if-unmodified-since support to the condition decorator. 2014-12-24 12:33:57 -05:00
email.txt
files.txt
index.txt Added first cut at reference documentation for the checks framework. 2014-03-03 18:56:11 +08:00
install.txt
localflavor.txt
logging.txt Fixed #24118 -- Added --debug-sql option for tests. 2015-01-12 08:16:08 +00:00
migrations.txt Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router. 2015-01-10 00:30:48 +07:00
pagination.txt
performance.txt
python3.txt Updated six to 1.9.0. 2015-01-02 12:35:41 -05:00
security.txt
serialization.txt
settings.txt
signals.txt Added return value to Signal.disconnect(). 2015-01-02 12:00:41 -05:00
signing.txt
templates.txt Wrote main documentation for templates. 2015-01-10 20:16:19 +01:00