django-rest-framework/tests
2015-01-19 09:24:42 +00:00
..
browsable_api Fix imports 2014-09-02 15:29:21 +02:00
__init__.py Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
conftest.py Merge branch 'version-3.1' into oauth_as_package 2014-11-28 12:14:40 -04:00
description.py Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
models.py Moved non-conflicting models 2014-11-29 20:04:50 +01:00
test_authentication.py Merge master 2014-12-12 15:37:43 +00:00
test_bound_fields.py Serializer API restrictions. 2014-12-17 14:14:51 +00:00
test_decorators.py Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
test_description.py Removed custom StringIO, force_text, smart_text compat 2014-12-04 03:11:42 +01:00
test_fields.py Merge pull request #2373 from jakul/document-translations-3.1 2015-01-09 11:57:02 +00:00
test_filters.py Coerce dates etc to ISO_8601 in seralizer, by default. 2014-09-12 12:10:22 +01:00
test_generics.py prefer single quotes in source and double quotes in user visible strings; add some missing full stops to user visible strings 2015-01-07 12:46:23 +00:00
test_htmlrenderer.py Drop six from compat. 1.4.2 is now the lowest supported version. 2014-08-19 17:06:55 +01:00
test_metadata.py Minor test cleanup 2015-01-16 16:55:28 +00:00
test_middleware.py Add test integrated with middleware 2014-12-16 15:41:16 +01:00
test_model_serializer.py Merge branch 'master' into version-3.1 2015-01-05 11:02:28 +00:00
test_multitable_inheritance.py Removed unused imports, pep8 fixes, typo fixes 2014-12-05 00:29:28 +01:00
test_negotiation.py Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
test_pagination.py Add offset support for cursor pagination 2015-01-19 09:24:42 +00:00
test_parsers.py Merge master 2014-12-12 15:37:43 +00:00
test_permissions.py Reinstate OPTIONS tests 2014-11-13 16:24:03 +00:00
test_relations_generic.py Removed custom python_2_unicode_compatible. Closes #2183 2014-12-04 02:50:25 +01:00
test_relations_hyperlink.py Optimizations play nicely with select_related, prefetch_related 2014-12-10 21:09:45 +00:00
test_relations_pk.py Optimizations play nicely with select_related, prefetch_related 2014-12-10 21:09:45 +00:00
test_relations_slug.py Optimizations play nicely with select_related, prefetch_related 2014-12-10 21:09:45 +00:00
test_relations.py prefer single quotes in source and double quotes in user visible strings; add some missing full stops to user visible strings 2015-01-07 12:46:23 +00:00
test_renderers.py Merge master 2014-12-12 15:37:43 +00:00
test_request.py Merge pull request #2155 from martinmaillard/set-user-on-wrapped-request 2014-12-17 13:12:01 +00:00
test_response.py More spelling tweaks 2014-10-03 09:00:33 +13:00
test_reverse.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
test_routers.py Support namespaced router URLs with DefaultRouter. 2014-12-28 12:02:52 +00:00
test_serializer_bulk_update.py update tests to expect new error messages 2015-01-08 17:16:47 +00:00
test_serializer_lists.py Added ListSerializer.validate(). Closes #2168. 2014-12-08 14:56:45 +00:00
test_serializer_nested.py Drop defunct tests 2014-11-28 13:04:42 +00:00
test_serializer.py required=False allows omission of value for output. Closes #2342 2015-01-05 14:32:12 +00:00
test_settings.py Minor test cleanup 2014-12-15 13:18:39 +00:00
test_status.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
test_templatetags.py Remove YAML support from core 2014-11-29 14:43:05 -04:00
test_testing.py Clean up import ordering 2014-12-12 13:22:24 +00:00
test_throttling.py Throttles now use Retry-After header and no longer support the custom style 2014-09-11 20:43:44 +01:00
test_urlpatterns.py Merge remote-tracking branch 'reference/2.4.0' into feature/pytest 2014-05-01 08:01:38 +02:00
test_utils.py Use ImproperlyConfigured when model meta lookup fails 2014-11-28 15:36:04 +00:00
test_validation.py Drop defunct tests 2014-11-28 13:04:42 +00:00
test_validators.py Merge branch 'validator-pollution' of git://github.com/mhsparks/django-rest-framework into mhsparks-validator-pollution 2014-12-09 16:23:33 +00:00
test_versioning.py More docs, plus 'ALLOWED_VERSIONS' setting. 2014-12-17 12:41:46 +00:00
test_views.py Merge remote-tracking branch 'origin/master' into 2.4.0 2014-06-23 14:02:45 +02:00
test_viewsets.py Not allow to pass an empty actions to viewset.as_view(). Refs issue #2171 2014-12-02 17:07:55 +08:00
test_write_only_fields.py More test sorting 2014-09-08 14:24:05 +01:00
urls.py Use urls functions from django instead of compat. 2014-05-01 08:41:37 +02:00
utils.py Tests for relational fields (not including many=True) 2014-09-12 17:03:42 +01:00