django-rest-framework/rest_framework/tests
2013-01-16 14:32:51 +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 deprecate simplejson 2013-01-05 13:40:02 +01: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 unused imports 2013-01-10 15:48:22 +01: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 Some cleanup 2013-01-03 08:28:17 +02:00
filterset.py Make default FILTER_BACKEND = None 2012-11-08 21:46:53 +00:00
genericrelations.py Swap position of instance and data keyword arguments. 2012-11-05 10:53:20 +00:00
generics.py deprecate simplejson 2013-01-05 13:40:02 +01:00
htmlrenderer.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
hyperlinkedserializers.py deprecate simplejson 2013-01-05 13:40:02 +01:00
models.py Create separate *NullableOneToOneTests TestCase 2013-01-07 16:27:31 -08: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 Clean up test slightly. Refs #552 2013-01-07 21:37:44 +00:00
parsers.py Remove RequestFactory from compat (Now 1.2 is not supported) 2012-09-27 13:06:04 +01:00
relations_hyperlink.py Drop bits of relations_slug tests which don't mirror existing tests. 2013-01-16 14:32:51 +00:00
relations_nested.py unused imports 2013-01-10 15:48:22 +01:00
relations_pk.py Drop bits of relations_slug tests which don't mirror existing tests. 2013-01-16 14:32:51 +00:00
relations_slug.py Drop bits of relations_slug tests which don't mirror existing tests. 2013-01-16 14:32:51 +00:00
relations.py Add proper validation for updating relational fields with incorrect types. Fixes #446. 2013-01-04 13:50:40 +00:00
renderers.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
request.py deprecate simplejson 2013-01-05 13:40:02 +01:00
response.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
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 Validation errors instead of exceptions when serializers receive incorrect types. Fixes #402. 2013-01-04 14:11:05 +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
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 Adding PATCH support to Django REST Framework 2012-12-16 14:49:18 -05:00