django/docs/releases
Jannis Leidel 196ac8f8b3 Fixed #6213 -- Updated the flatpages app to only append a slash if the flatpage actually exist.
The FlatpageFallbackMiddleware (and the view) now only add a trailing slash and redirect if the resulting URL refers to an existing flatpage. Previously requesting /notaflatpageoravalidurl would redirect to /notaflatpageoravalidurl/, which would then raise a 404. Requesting /notaflatpageoravalidurl now will immediately raise a 404. Also, Redirects returned by flatpages are now permanent (301 status code) to match the behaviour of the CommonMiddleware.

Thanks to Steve Losh for the initial work on the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16048 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-20 14:41:47 +00:00
..
0.95.txt
0.96.txt
1.0-alpha-1.txt
1.0-alpha-2.txt
1.0-beta-2.txt
1.0-beta.txt
1.0-porting-guide.txt Fixed #14790 - Fix reST in 1.0 porting guide - thanks adamv. 2010-11-28 17:49:43 +00:00
1.0.1.txt
1.0.2.txt
1.0.txt
1.1-alpha-1.txt
1.1-beta-1.txt
1.1-rc-1.txt
1.1.2.txt
1.1.3.txt Fixed #15253 -- Added 1.1.3 release notes, and added sections to the 1.2.4 and 1.3 release notes about the December security announcement. 2011-02-10 11:55:24 +00:00
1.1.4.txt Removed example CSRF jQuery code from release notes, replacing with link to improved code in the CSRF docs 2011-02-22 11:27:58 +00:00
1.1.txt
1.2-alpha-1.txt Fixed #15780 - Broken link in old release notes regarding CSRF upgrade 2011-04-09 18:47:59 +00:00
1.2-beta-1.txt
1.2-rc-1.txt
1.2.2.txt
1.2.4.txt Fixed #15253 -- Added 1.1.3 release notes, and added sections to the 1.2.4 and 1.3 release notes about the December security announcement. 2011-02-10 11:55:24 +00:00
1.2.5.txt Removed example CSRF jQuery code from release notes, replacing with link to improved code in the CSRF docs 2011-02-22 11:27:58 +00:00
1.2.txt Fixed #15780 - Broken link in old release notes regarding CSRF upgrade 2011-04-09 18:47:59 +00:00
1.3-alpha-1.txt Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusion around the STATICFILES_URL and STATICFILES_ROOT settings. 2010-11-17 15:36:26 +00:00
1.3-beta-1.txt Fixed #15133 - Some markup issues in the docs; thanks Aryeh Leib Taurog for the report. 2011-01-22 12:43:50 +00:00
1.3.txt Fixed #15821 -- Removed incorrect link from docs/releases/1.3.txt 2011-04-17 20:46:48 +00:00
1.4.txt Fixed #6213 -- Updated the flatpages app to only append a slash if the flatpage actually exist. 2011-04-20 14:41:47 +00:00
index.txt Added stub release notes for 1.4 2011-03-30 17:34:01 +00:00