aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/compat.py
diff options
context:
space:
mode:
Diffstat (limited to 'djangorestframework/compat.py')
-rw-r--r--djangorestframework/compat.py4
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):