index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
runtests
/
settings.py
Age
Commit message (
Expand
)
Author
2014-03-02
Support for running the test suite with py.test
Andreas Pelme
2014-01-08
Testing nested serializers with models that have str foreign key references.
Dustin Farris
2013-09-07
necessary test settings for guardian
bwreilly
2013-09-06
some properly failing tests, set up for standard permissions
bwreilly
2013-06-26
Use AUTH_USER_MODEL consistently between various Django versions. Closes #946
Tom Christie
2013-05-18
Updated the dependencies version and added the ALLOWED_HOSTS for tests.
Xavier Ordoquy
2013-03-07
Merge OAuth2 work.
Tom Christie
2013-03-06
Fix import errors
Pierre Dulac
2013-03-06
Only add the django-oauth2-provider apps if the module is installed
Pierre Dulac
2013-03-01
Add django-oauth2-provider to the installed apps
Pierre Dulac
2013-02-26
runtest.settings fixed if django-oauth-plus or oauth2 are not installed
swistakm
2013-02-25
add django-oauth-plus & oauth2 to installed apps in runtests settings.py
swistakm
2013-02-13
Set PASSWORD_HASHERS to massively speed up tests (almost x10)
Tom Christie
2012-12-28
django.contrib.staticfiles no longer needs to be in INSTALLED_APPS
Tom Christie
2012-12-27
Update runtest settings to include staticfiles app.
Tom Christie
2012-11-08
Make default FILTER_BACKEND = None
Tom Christie
2012-11-04
Add tests for caching of GET/HEAD requests using
Jacob Magnusson
2012-10-27
Push tests into a seperate app namespace 'rest_framework.test'
Tom Christie
2012-09-28
Get test-only models properly working
Tom Christie
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie