aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/runtests/settings.py
diff options
context:
space:
mode:
authorCraig Blaszczyk2011-07-08 17:37:20 +0100
committerCraig Blaszczyk2011-07-08 17:37:20 +0100
commit6e6b35b5c03d66f612e55c29e11d3096cd2703ac (patch)
treec4ca927eb820bac9f0e8817bed0d883069985e2c /djangorestframework/runtests/settings.py
parent8a2944acdf66a966f0bd4ea4770f012f2597fb4e (diff)
downloaddjango-rest-framework-6e6b35b5c03d66f612e55c29e11d3096cd2703ac.tar.bz2
add unit tests which show m2m creation failing for through table
Diffstat (limited to 'djangorestframework/runtests/settings.py')
-rw-r--r--djangorestframework/runtests/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/djangorestframework/runtests/settings.py b/djangorestframework/runtests/settings.py
index 9b3c2c92..a38ba8ed 100644
--- a/djangorestframework/runtests/settings.py
+++ b/djangorestframework/runtests/settings.py
@@ -95,6 +95,7 @@ INSTALLED_APPS = (
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
'djangorestframework',
+ 'djangorestframework.tests',
)
# OAuth support is optional, so we only test oauth if it's installed.