From 6e6b35b5c03d66f612e55c29e11d3096cd2703ac Mon Sep 17 00:00:00 2001 From: Craig Blaszczyk Date: Fri, 8 Jul 2011 17:37:20 +0100 Subject: add unit tests which show m2m creation failing for through table --- djangorestframework/runtests/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'djangorestframework/runtests/settings.py') 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. -- cgit v1.2.3