OdifYltsaeb / django-multilingual

Automatically exported from code.google.com/p/django-multilingual
MIT License
0 stars 0 forks source link

Anal about trailing slashes #101

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, the URL handling is quite anal about trailing slashes...

If you create a page with a "/about/" url, "/about" (without trailing slash) 
doesn't automatically 
redirect to the appropriate page and raises a 404 instead.

It's already fixed in the "normal" flatpages 
(http://code.djangoproject.com/changeset/8218), 
reflecting this fix in the multilingual version seems right to me :-)

Original issue reported on code.google.com by gideo...@gmail.com on 12 Jun 2009 at 11:33

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This has already been reported in issue #94 and there are patches for this in 
issue
#94 and issue #96 but none has found his way into svn yet.
Please check the open issues before opening up a new one.

Original comment by Florian....@gmail.com on 16 Jun 2009 at 12:11

GoogleCodeExporter commented 8 years ago
Fixed by applying the patch on issue #96 :)

Original comment by panos.la...@gmail.com on 15 Dec 2009 at 11:33