django/docs/ref
Jacob Kaplan-Moss 0cc51e8fdd A handful of fixes to django.contrib.comments:
* Fixed #9143, #9429, and #9439 (was r9730 on trunk)
  * Fixed #9959: comment preview documentation example (was r9731 on trunk)
  * Fixed #9346: comment upgrade SQL in documentation. (was r9732 on trunk).

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9738 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-14 17:00:15 +00:00
..
contrib A handful of fixes to django.contrib.comments: 2009-01-14 17:00:15 +00:00
files Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiro 2008-09-09 01:54:20 +00:00
forms [1.0.X] Fixed #9902 -- Corrected misspelling in form validation documentation, thanks zunzun. 2008-12-23 04:14:51 +00:00
models [1.0.X] Documented that case-insensitive matching is not supported for non-ASCII 2009-01-06 03:35:46 +00:00
templates [1.0.X] Fixed a small reST header glitch in docs/ref/templates/builtins.txt. This was [9529] on trunk. 2008-12-10 16:13:14 +00:00
databases.txt [1.0.X] Refs #9935: Added a note in the documentation to the effect that Django currently requires a 4.X release of cx_Oracle. Backport of [9709] from trunk. 2009-01-06 18:25:52 +00:00
django-admin.txt [1.0.X] Fixed #9777 -- Typo fix. 2008-12-09 07:18:32 +00:00
generic-views.txt [1.0.X] Documented how to handle '%' characters in redirect_to() URL strings 2008-12-09 07:35:34 +00:00
index.txt Fixed #8326: added signals documentation. 2008-08-26 19:04:52 +00:00
middleware.txt Correct bad target in middleware documentation 2008-09-04 09:50:45 +00:00
request-response.txt [1.0.X] Fixed #9712 -- Documented how HTTP headers are converted to request.META keys. Based on a patch from masklinn. 2008-12-07 03:49:06 +00:00
settings.txt [1.0.x] Fixed #9477 -- Removed and edited a bunch of references to "development 2008-11-15 05:56:01 +00:00
signals.txt Fixed #8919 -- Fixed typo in signals.txt. Thanks, jbalogh 2008-09-07 06:18:59 +00:00
unicode.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