django/docs/topics
Malcolm Tredinnick a011a49457 Fixed #9047 -- Marked up django.core.urlresolvers.reverse() properly in the
docs. It now appears in the index.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9163 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-06 08:27:24 +00:00
..
db Fixed #9301 -- Correct a markup typo in the docs. 2008-10-05 06:18:08 +00:00
forms Edited some recent docs changes 2008-09-16 05:31:00 +00:00
http Fixed #9047 -- Marked up django.core.urlresolvers.reverse() properly in the 2008-10-06 08:27:24 +00:00
auth.txt Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/versionchanged" directives. Thanks to Marc Fargas for all the heavy lifting here. 2008-09-02 03:40:42 +00:00
cache.txt Fixed #8958 -- Fixed typo in cache.txt. Thanks, benwalton@gmail.com 2008-09-09 19:53:57 +00:00
email.txt Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/versionchanged" directives. Thanks to Marc Fargas for all the heavy lifting here. 2008-09-02 03:40:42 +00:00
files.txt Fixed #9052: Corrected typo in file handling docs. Thanks to KiWiB0RG for the report. 2008-09-14 06:49:28 +00:00
i18n.txt 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
index.txt Fixed #8326: added signals documentation. 2008-08-26 19:04:52 +00:00
install.txt Fixed #9077: Modified the database installation notes to point to somewhere useful, rather than initd.org's rant page about Trac. Thanks to velo for the report. 2008-09-14 09:34:31 +00:00
pagination.txt Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/versionchanged" directives. Thanks to Marc Fargas for all the heavy lifting here. 2008-09-02 03:40:42 +00:00
serialization.txt Fixed #8701, a couple of bad links in the docs. 2008-09-03 20:23:18 +00:00
settings.txt Changed the "write your own settings" recommendation to mention that Django 2008-10-05 08:58:17 +00:00
signals.txt Fixed #8326: added signals documentation. 2008-08-26 19:04:52 +00:00
templates.txt Fixed #9044: Corrected mistake in a closing tag in an example template. Thanks to Rick Vanderzwet for the report. 2008-09-14 13:10:36 +00:00
testing.txt Fixed a typo and clarified how django.core.mail.outbox works in the testing framework. Fixed #9237. 2008-10-05 06:39:26 +00:00