Removed legacy CMSContext and CMSRequest from django.core.extensions, because all World Online code has been changed to remove those. This has no effect on anybody other than World Online
git-svn-id: http://code.djangoproject.com/svn/django/trunk@166 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ac2a7c116d
commit
246c1f88d9
|
@ -79,7 +79,3 @@ class DjangoRequest(ModPythonRequest):
|
|||
|
||||
session = property(_get_session, _set_session)
|
||||
user = property(_get_user, _set_user)
|
||||
|
||||
# For legacy purposes.
|
||||
CMSContext = DjangoContext
|
||||
CMSRequest = DjangoRequest
|
||||
|
|
Loading…
Reference in New Issue