aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/runtests/settings.py
AgeCommit message (Expand)Author
2014-03-02Support for running the test suite with py.testAndreas Pelme
2014-01-08Testing nested serializers with models that have str foreign key references.Dustin Farris
2013-09-07necessary test settings for guardianbwreilly
2013-09-06some properly failing tests, set up for standard permissionsbwreilly
2013-06-26Use AUTH_USER_MODEL consistently between various Django versions. Closes #946Tom Christie
2013-05-18Updated the dependencies version and added the ALLOWED_HOSTS for tests.Xavier Ordoquy
2013-03-07Merge OAuth2 work.Tom Christie
2013-03-06Fix import errorsPierre Dulac
2013-03-06Only add the django-oauth2-provider apps if the module is installedPierre Dulac
2013-03-01Add django-oauth2-provider to the installed appsPierre Dulac
2013-02-26runtest.settings fixed if django-oauth-plus or oauth2 are not installedswistakm
2013-02-25add django-oauth-plus & oauth2 to installed apps in runtests settings.pyswistakm
2013-02-13Set PASSWORD_HASHERS to massively speed up tests (almost x10)Tom Christie
2012-12-28django.contrib.staticfiles no longer needs to be in INSTALLED_APPSTom Christie
2012-12-27Update runtest settings to include staticfiles app.Tom Christie
2012-11-08Make default FILTER_BACKEND = NoneTom Christie
2012-11-04Add tests for caching of GET/HEAD requests usingJacob Magnusson
2012-10-27Push tests into a seperate app namespace 'rest_framework.test'Tom Christie
2012-09-28Get test-only models properly workingTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie