From 82c4ca96126cfedd4a8471452d956e8bb432ba5b Mon Sep 17 00:00:00 2001 From: markotibold Date: Thu, 19 May 2011 19:36:30 +0200 Subject: The core is now documented from the docstrings in the source. --- djangorestframework/compat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'djangorestframework/compat.py') 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): -- cgit v1.2.3