Yes, I understand that, and I think it's a good thing, but when it
redirects, it mangles the parameters, would you agree?

J

On Jun 4, 10:35 am, Gregor Müllegger <[EMAIL PROTECTED]> wrote:
> This is because Django will redirect you to a page with an appended
> slash to your url if it's not already there -- how you have
> discovered.
>
> To understand why this is done you should read the following section
> in django's 
> documentation:http://www.djangoproject.com/documentation/middleware/#django-middlew...
>
> To prevent the trailing slahs, set in your settings module
> APPEND_SLASH to False.
>
> Gregor
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to