django-rest-framework/rest_framework/tests
Tom Christie d9c7b1c585 Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into working
Conflicts:
	rest_framework/authentication.py
	rest_framework/relations.py
	rest_framework/serializers.py
	rest_framework/settings.py
	rest_framework/tests/authentication.py
	rest_framework/tests/genericrelations.py
	rest_framework/tests/generics.py
	rest_framework/tests/relations_hyperlink.py
	rest_framework/tests/relations_nested.py
	rest_framework/tests/relations_pk.py
	rest_framework/tests/serializer.py
2013-02-01 11:58:55 +00:00
..
extras Be more informative when reporting import errors. 2013-01-07 12:52:20 +00:00
__init__.py Push tests into a seperate app namespace 'rest_framework.test' 2012-10-27 18:44:23 +01:00
authentication.py Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into working 2013-02-01 11:58:55 +00:00
breadcrumbs.py urls, patterns, include imports move to compat to support incoming 1.3 thru 1.6 import compatability 2012-12-19 23:12:27 +00:00
decorators.py Raise assertion errors if @api_view decorator is applied incorrectly. Fixes #596. 2013-01-19 15:51:14 +00:00
description.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
fields.py Update docstrings 2013-01-15 10:51:10 +00:00
files.py Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into working 2013-02-01 11:58:55 +00:00
filterset.py Make default FILTER_BACKEND = None 2012-11-08 21:46:53 +00:00
genericrelations.py Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into working 2013-02-01 11:58:55 +00:00
generics.py Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into working 2013-02-01 11:58:55 +00:00
htmlrenderer.py Move the various compat things to the compat module. 2013-01-03 11:41:07 +01:00
hyperlinkedserializers.py deprecate simplejson 2013-01-05 13:40:02 +01:00
models.py Cleaning up GFK test module. Refs #607. 2013-01-25 13:58:19 +00:00
modelviews.py Use compat import of urlpatterns 2012-12-27 20:20:01 +00:00
negotiation.py Negotiation API finalized. .select_renderers and .select_parsers 2012-10-17 22:58:18 +01:00
pagination.py Test for custom pagination serializers. Also refs #604. 2013-01-26 20:55:09 +00:00
parsers.py First passing test under p3k \o/ 2012-11-22 00:20:49 +01:00
relations_hyperlink.py Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into working 2013-02-01 11:58:55 +00:00
relations_nested.py Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into working 2013-02-01 11:58:55 +00:00
relations_pk.py Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into working 2013-02-01 11:58:55 +00:00
relations_slug.py Raise Validation Errors when relationships receive incorrect types. Fixes #590. 2013-01-18 21:29:21 +00:00
relations.py Added regretion test for issue #632 2013-01-30 09:22:36 -03:00
renderers.py Move the various compat things to the compat module. 2013-01-03 11:41:07 +01:00
request.py Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into working 2013-02-01 11:58:55 +00:00
response.py Move the various compat things to the compat module. 2013-01-03 11:41:07 +01:00
reverse.py urls, patterns, include imports move to compat to support incoming 1.3 thru 1.6 import compatability 2012-12-19 23:12:27 +00:00
serializer.py Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into working 2013-02-01 11:58:55 +00:00
settings.py Be more informative when reporting import errors. 2013-01-07 12:52:20 +00:00
status.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
testcases.py urls, patterns, include imports move to compat to support incoming 1.3 thru 1.6 import compatability 2012-12-19 23:12:27 +00:00
tests.py Push tests into a seperate app namespace 'rest_framework.test' 2012-10-27 18:44:23 +01:00
throttling.py fixed a bug on testing throttling headers 2012-11-13 18:39:07 +01:00
urlpatterns.py Tweaked some method names to be more clear and added a docstring to the test case class. 2013-01-21 09:37:50 -08:00
utils.py Renaming DRFRequestFactory to RequestFactory 2012-12-30 13:58:08 -04:00
validators.py readonly -> read_only 2012-10-28 20:21:45 +00:00
views.py Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into working 2013-02-01 11:58:55 +00:00