django/docs
Karen Tracey 5d3b222a59 Fixed #9212: Added code to check the xgettext version, and if it is lower than 0.15, undo an incorrect encoding to utf-8 done by xgettext. This bug was fixed in xgettext 0.15, but the most-easily-installed Windows gettext binaries are older (0.13.1), so we work around it.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9155 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-06 01:36:35 +00:00
..
_ext Fixed the documentation HTML writer to not apply smartypants to literal blocks. Fixes #8696; thanks, ramiro. 2008-09-02 19:49:23 +00:00
_static
_templates
faq Fixed #8985 -- Removed two FAQ questions that have been outdated by the 1.0 release, including 'When will you release Django 1.0?' Good riddance! 2008-09-09 02:33:14 +00:00
howto Fixed #9091 -- Rephrased Variable() documentation. Thanks, telenieko 2008-09-16 05:42:11 +00:00
internals Fixed heading levels in docs/internals/committers 2008-09-19 19:45:54 +00:00
intro Fixed #9257 -- Fixed a small mismatch in text in part 2 of the tutorial. 2008-10-05 06:19:06 +00:00
man Cleaned up a bunch of minor doc stuff: 2008-09-02 16:42:13 +00:00
misc Added a stability note about template tag names. 2008-09-03 00:09:52 +00:00
obsolete
ref Fixed #8964 -- Added a note that MyISAM may not necessarily be the default 2008-10-05 06:56:15 +00:00
releases Add note to 1.0 porting guide about removal of dictionary access to HTTP request objects 2008-10-05 16:03:58 +00:00
topics Fixed #9212: Added code to check the xgettext version, and if it is lower than 0.15, undo an incorrect encoding to utf-8 done by xgettext. This bug was fixed in xgettext 0.15, but the most-easily-installed Windows gettext binaries are older (0.13.1), so we work around it. 2008-10-06 01:36:35 +00:00
Makefile
conf.py Fixed #8955: Modified the sphinx configuration to generate LaTeX documentation. Thanks to simonb for the report and fix. 2008-09-18 15:46:20 +00:00
contents.txt
glossary.txt
index.txt Added django.contrib.markup to the docs contents page. Thanks, Marc Fargas. 2008-10-05 06:38:59 +00:00