Hi I have the bug related to the Ticket #6167 (new) Flat pages do not honour APPEND_SLASH http://code.djangoproject.com/ticket/6167
This bug was fixed, as far as I can understand from the track database I have updated to the last subversion revision (7435) on http://code.djangoproject.com/svn/django/trunk but I have still the problem. I have added a simple APPEND_SLASH=True to my settings.py file, but it does not work. My middleware config is: MIDDLEWARE_CLASSES = ( "django.middleware.common.CommonMiddleware", "django.contrib.sessions.middleware.SessionMiddleware", "django.contrib.auth.middleware.AuthenticationMiddleware", "django.middleware.doc.XViewMiddleware", # Vedi http://www.djangoproject.com/documentation/flatpages/ 'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware', 'django.contrib.redirects.middleware.RedirectFallbackMiddleware', ) What is wrong? Thank you! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---