diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-07-18 06:01:39 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-07-18 06:01:39 +0000 |
| commit | 246c1f88d9d2634267b28e9de3fd05d1ddcbfa26 (patch) | |
| tree | 89ecb18ed82e6e14708e38a5616ddf430266509f | |
| parent | ac2a7c116dcc0591c5cb55f75b687ef9e8be632e (diff) | |
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
| -rw-r--r-- | django/core/extensions.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/django/core/extensions.py b/django/core/extensions.py index e68f8a934d..196a88ee13 100644 --- a/django/core/extensions.py +++ b/django/core/extensions.py @@ -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 |
