1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/docs
Russell Keith-Magee 2fc19d8d6f Fixed #12932 -- Added an extra argument to suite_result() in the test runner, and added **kwargs as protection against future changes. Thanks to Eric Holscher for the report and patch.
This is BACKWARDS INCOMPATIBLE for anyone that has written a custom DjangoTestRunner class since it was introduced in r12255.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12487 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-22 12:34:52 +00:00
..
_ext
_static
_templates Fixed #12275 - Small fix in Sphinx templates. 2010-02-21 23:41:05 +00:00
faq Created a 'DB optimization' topic, with cross-refs to relevant sections. 2010-01-16 03:13:16 +00:00
howto Fixed #11714 - Document a few of the i18n function that can be used outside views and templates. Thanks, Jarek Zgoda and Ramiro Morales. 2010-02-21 23:44:05 +00:00
internals Fixed #12910 - Only test extracting translation strings if xgettext can be found on PATH. 2010-02-21 23:45:04 +00:00
intro Fixed #12585 -- Corrected typo in tutorial03. Thanks, fcsmith. 2010-02-22 02:29:39 +00:00
man Fixed #7050 - Allow the makemessages command to optionally ignore paths when examining source code and templates for translation strings. 2010-02-16 12:15:04 +00:00
misc
obsolete
ref Fixed #9147 -- Added FormPreview.process_preview customization hook. Thanks, bthomas and thalin. 2010-02-22 05:00:36 +00:00
releases Fixed #12604 - Typo in 1.1 release docs. 2010-02-21 23:38:50 +00:00
topics Fixed #12932 -- Added an extra argument to suite_result() in the test runner, and added **kwargs as protection against future changes. Thanks to Eric Holscher for the report and patch. 2010-02-22 12:34:52 +00:00
conf.py
contents.txt
glossary.txt
index.txt Created a 'DB optimization' topic, with cross-refs to relevant sections. 2010-01-16 03:13:16 +00:00
Makefile