diff options
| author | Tom Christie | 2011-05-23 17:09:29 +0100 |
|---|---|---|
| committer | Tom Christie | 2011-05-23 17:09:29 +0100 |
| commit | 698df527a3b80edbf4278ea52e88c1699b2f2256 (patch) | |
| tree | 467355534b496ab29c7960133d2057b27fdc13ea /djangorestframework/compat.py | |
| parent | c53175914752502629141556f3e001e9d2e9f7fa (diff) | |
| parent | 82c4ca96126cfedd4a8471452d956e8bb432ba5b (diff) | |
| download | django-rest-framework-698df527a3b80edbf4278ea52e88c1699b2f2256.tar.bz2 | |
check in marko's docs
Diffstat (limited to 'djangorestframework/compat.py')
| -rw-r--r-- | djangorestframework/compat.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/djangorestframework/compat.py b/djangorestframework/compat.py index 45a695c8..0274511a 100644 --- a/djangorestframework/compat.py +++ b/djangorestframework/compat.py @@ -1,5 +1,5 @@ """ -Compatability module to provide support for backwards compatability with older versions of django/python +The :mod:`compatability` module provides support for backwards compatability with older versions of django/python. """ # cStringIO only if it's available @@ -42,7 +42,7 @@ except ImportError: __ http://www.djangoproject.com/documentation/testing/#the-test-client - Once you have a :obj:`request` object you can pass it to any :func:`view` function, + Once you have a `request` object you can pass it to any :func:`view` function, just as if that :func:`view` had been hooked up using a URLconf. """ def request(self, **request): |
