diff options
| author | Craig Blaszczyk | 2011-12-11 18:30:43 +0000 |
|---|---|---|
| committer | Craig Blaszczyk | 2011-12-11 18:30:43 +0000 |
| commit | e84bf2140c33b45d1d9d8325eeaf62a97c46495e (patch) | |
| tree | d95d6755f787c8ab3d8c555315d514c067121bf9 /djangorestframework/compat.py | |
| parent | 0632e946f977609ca6d6f4272f02c72dee1f49be (diff) | |
| parent | 4f42303035c094a1d0c6128f0ccce1abfa6b72f4 (diff) | |
| download | django-rest-framework-e84bf2140c33b45d1d9d8325eeaf62a97c46495e.tar.bz2 | |
fix merge
Diffstat (limited to 'djangorestframework/compat.py')
| -rw-r--r-- | djangorestframework/compat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/compat.py b/djangorestframework/compat.py index 25982da5..6147c364 100644 --- a/djangorestframework/compat.py +++ b/djangorestframework/compat.py @@ -1,5 +1,5 @@ """ -The :mod:`compatibility ` module provides support for backwards compatibility with older versions of django/python. +The :mod:`compat` module provides support for backwards compatibility with older versions of django/python. """ # cStringIO only if it's available |
