django/docs/ref
Malcolm Tredinnick cbe11c1982 Fixed #9430 -- Fixed documentation references to the HttpResponse classes for
returning HTTP status codes other than 200.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9266 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-24 09:24:42 +00:00
..
contrib Fixed #9291 -- Tweaked a piece of example code slightly to set a good example 2008-10-05 06:18:41 +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 Fixed #9384 -- Fixed a couple of typos. Thanks, Thomas Güttler and romke. 2008-10-24 07:14:30 +00:00
models Fixed #9420 -- Fixed an exception type in the documentation of Queryset.get(). 2008-10-24 07:15:52 +00:00
templates Rewrote bits of the cycle tag documentation, which was confusing -- it implied 'rowvar' was required 2008-09-30 17:45:58 +00:00
databases.txt Fixed #8964 -- Added a note that MyISAM may not necessarily be the default 2008-10-05 06:56:15 +00:00
django-admin.txt Promoted --verbosity to be a top level option for all management commands. Also added -v as a consistent short form of --verbosity. This is mostly to save Malcolm's poor arthritic fingers. 2008-10-02 12:57:13 +00:00
generic-views.txt Fixed #8849: added some more "new in 1.0" flags. Thanks, ramiro. 2008-09-03 20:55:04 +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 Fixed #9430 -- Fixed documentation references to the HttpResponse classes for 2008-10-24 09:24:42 +00:00
settings.txt Fixed #6979 -- Fixed the documentation cross-reference between the TIME_ZONE 2008-10-06 11:18:30 +00:00
signals.txt Promoted --verbosity to be a top level option for all management commands. Also added -v as a consistent short form of --verbosity. This is mostly to save Malcolm's poor arthritic fingers. 2008-10-02 12:57:13 +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