aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/runtests/settings.py
diff options
context:
space:
mode:
authorDustin Farris2014-01-08 16:14:27 -0500
committerDustin Farris2014-01-08 16:14:27 -0500
commit52db4eadc204c3e5ec234729c24275c8ed803634 (patch)
treecbd21d91b3f5633dd110acb571b7b29cfaa774b1 /rest_framework/runtests/settings.py
parent05c396cfa15138b56bf8617f4667fc41e80be104 (diff)
downloaddjango-rest-framework-52db4eadc204c3e5ec234729c24275c8ed803634.tar.bz2
Testing nested serializers with models that have str foreign key references.
Diffstat (limited to 'rest_framework/runtests/settings.py')
-rw-r--r--rest_framework/runtests/settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/rest_framework/runtests/settings.py b/rest_framework/runtests/settings.py
index be721658..3fc0eb2f 100644
--- a/rest_framework/runtests/settings.py
+++ b/rest_framework/runtests/settings.py
@@ -100,6 +100,9 @@ INSTALLED_APPS = (
'rest_framework',
'rest_framework.authtoken',
'rest_framework.tests',
+ 'rest_framework.tests.accounts',
+ 'rest_framework.tests.records',
+ 'rest_framework.tests.users',
)
# OAuth is optional and won't work if there is no oauth_provider & oauth2