Changes between Version 84 and Version 85 of RemovingTheMagic


Ignore:
Timestamp:
Feb 27, 2006, 5:34:58 PM (18 years ago)
Author:
Linicks
Comment:

change modepython to mod_python

Legend:

Unmodified
Added
Removed
Modified
  • RemovingTheMagic

    v84 v85  
    636636=== Request.user is now set via middleware ===
    637637
    638 It used to be set in the modepython and wsgi handlers. You will need to add "django.contrib.auth.middleware.RequestUserMiddleware" somewhere '''after''' "django.contrib.sessions.middleware.SessionMiddleware" in MIDDLEWARE_CLASSES in your settings.py file. Otherwise authentication won't work.
     638It used to be set in the mod_python and wsgi handlers. You will need to add "django.contrib.auth.middleware.RequestUserMiddleware" somewhere '''after''' "django.contrib.sessions.middleware.SessionMiddleware" in MIDDLEWARE_CLASSES in your settings.py file. Otherwise authentication won't work.
    639639
    640640
    641641== New functionality you can start using ==
     642
    642643
    643644=== Models support properties ===
Back to Top