django/docs/howto
Russell Keith-Magee 8f5236fa35 [1.2.X] Fixed #13747 -- Reverted documentation suggesting the use of self.stdout/err in management commands in 1.2. Thanks to metamemetics for the report.
Strictly, self.stdout/err is a feature addition; however, it's a
feature that is required in order to achieve a massive speedup in the
tests and to maintain parity between 1.2.X and trunk tests. However,
the feature is completely transparent -- the old technique will work
fine, it just isn't as testable. Therefore, we'll treat this as an
undocumented feature in the 1.2 branch.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13364 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-06-21 12:01:37 +00:00
..
deployment Fixed several broken and redirecting URLs in the documentation (fixes #12219, refs #12427). 2009-12-26 06:37:26 +00:00
apache-auth.txt Corrected code block in apache auth docs. 2009-02-03 03:13:13 +00:00
auth-remote-user.txt Fixed #12880 -- Added some missing sphinx directives for module references. Thanks to psagers for the report, and timo for the patch. 2010-02-24 13:55:37 +00:00
custom-file-storage.txt Fixed #10258: handle duplicate file names better. 2010-02-23 22:39:22 +00:00
custom-management-commands.txt [1.2.X] Fixed #13747 -- Reverted documentation suggesting the use of self.stdout/err in management commands in 1.2. Thanks to metamemetics for the report. 2010-06-21 12:01:37 +00:00
custom-model-fields.txt Fixed #12517 -- Corrected get_prep_lookup example in custom field docs. Thanks to django@pressure.net.nz for the report. 2010-05-10 13:17:12 +00:00
custom-template-tags.txt Fixed #12135 -- Clarified custom template tag example. Thanks to EvilDMP for the report, and timo for the patch. 2010-05-10 14:05:16 +00:00
error-reporting.txt Fixed #13084: Corrected typo in error-reporting docs. 2010-03-11 09:33:49 +00:00
i18n.txt 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
index.txt Fixed #10260 - Refactored internationalization documentation. Thanks, Ramiro Morales. 2010-02-16 12:12:53 +00:00
initial-data.txt Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
jython.txt Fixed #10653 -- Update docs regarding Jython support. Thanks, Leo Soto for ticket & patch. 2009-03-30 03:32:40 +00:00
legacy-databases.txt Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
outputting-csv.txt Fixed #9487 -- Corrected several links into the Python docs that were broken by the recent Python docs refactor. 2008-11-01 19:02:09 +00:00
outputting-pdf.txt Fixed several broken and redirecting URLs in the documentation (fixes #12219, refs #12427). 2009-12-26 06:37:26 +00:00
static-files.txt Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro. 2010-05-12 22:53:23 +00:00