Re: append_slash alternative: remove_slash

2009-06-13 Thread M. N. Islam Shihan
+1 I also like the remove_slash version of urls over the append_slash version as the trailing slash creates a directory structure illusion which is not true. Cheers Shihan On Jun 14, 2009, at 11:12 AM, donquixote wrote: > > Ok, I know similar questions have been asked about the trailing

Re: append_slash alternative: remove_slash

2009-06-13 Thread Adys
I've been looking for this, as an user. I can only agree with the proposal. I think a single setting would be less confusing though: TRAILING_SLASH = ("append", "remove", "remove_last", "full_clean") for the different methods you described. Or maybe that's just overdoing it... For backwards-compat

append_slash alternative: remove_slash

2009-06-13 Thread donquixote
Ok, I know similar questions have been asked about the trailing slash before. See http://groups.google.com/group/django-developers/browse_thread/thread/78f370da90a5a268/6e95edb134564009?lnk=gst&q=append_slash My proposal is a little different: - I agree there should be only one url for each page.