#12290: Give an example for a default ordering of built-in Django middleware ---------------------------+------------------------------------------------ Reporter: anonymous | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.1 Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ There are almost a dozen middleware classes built in in Django. However, figuring out in which order they should be embedded in the settings can get beyond a newbies reach in seconds.
Please update the documentation over at [http://docs.djangoproject.com/en/dev/ref/middleware/ Built-in Middleware] and add either: * a copy'n paste list for settings.py of how all middleware classes described there can be embedded or * a more detailed "this must come before/after that" guideline -- Ticket URL: <http://code.djangoproject.com/ticket/12290> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
