aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/compat.py
diff options
context:
space:
mode:
authormarkotibold2011-05-19 19:36:30 +0200
committermarkotibold2011-05-19 19:36:30 +0200
commit82c4ca96126cfedd4a8471452d956e8bb432ba5b (patch)
treef92502c69a826b6f0cea24a3054c3e893122dc36 /djangorestframework/compat.py
parente7f8c06dbbbc9e4ae91327ee02cd8147777b17e2 (diff)
downloaddjango-rest-framework-82c4ca96126cfedd4a8471452d956e8bb432ba5b.tar.bz2
The core is now documented from the docstrings in the source.
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):