On 13 mars 2014, at 22:12, Val Neekman <[email protected]> wrote: > Would it be a good idea to add options to disable the APPEND_SLASH behaviour > per url(), or per a base_uri? > url(r'^profile', views.profile, name='profile', append_slash=False),
Hi Val, In my opinion this is too specific. The logic for APPEND_SLASH doesn't require much code. Just write your own middleware or subclass Django's middleware. -- Aymeric. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/BB521ED4-9281-44EF-BD38-D7CE231C00B6%40polytechnique.org. For more options, visit https://groups.google.com/d/optout.
