Malcolm Tredinnick
|
b4364e099e
|
Documented how to handle '%' characters in redirect_to() URL strings (even in
the absence of keyword arguments). Fixed #9773.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9626 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-12-09 07:33:08 +00:00 |
Malcolm Tredinnick
|
80da07e4b9
|
The "permanent" parameter to redirect_to (r9594) is new in Django 1.1. Noted as
much in the docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9625 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-12-09 07:32:28 +00:00 |
Adrian Holovaty
|
b76d7c1dec
|
Added a 'permanent' argument the simple.redirect_to() generic view. It's True by default, to match existing behavior. If set to False, the redirect will be a 302 instead of a 301. This is technically backwards-incompatible if you were using the redirect_to generic view with a format-string key called 'permanent', which is highly, highly unlikely.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9594 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-12-08 04:53:34 +00:00 |
Karen Tracey
|
d4f4ab8535
|
Fixed #9487 -- Corrected several links into the Python docs that were broken by the recent Python docs refactor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-11-01 19:02:09 +00:00 |
Jacob Kaplan-Moss
|
7b0b992a87
|
Fixed #8849: added some more "new in 1.0" flags. Thanks, ramiro.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8947 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-03 20:55:04 +00:00 |
Jacob Kaplan-Moss
|
64a9469127
|
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/versionchanged" directives. Thanks to Marc Fargas for all the heavy lifting here.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8843 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-02 03:40:42 +00:00 |
Jacob Kaplan-Moss
|
97cb07c3a1
|
Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-08-23 22:25:40 +00:00 |