django-rest-framework/tests
homm 30b36a594f use PageSizePaginationMixin for CursorPagination
tests for custom page_size in CursorPagination
2015-06-23 19:14:10 +03:00
..
browsable_api Define the urlpatterns as a list of `url().... 2015-06-11 01:01:47 +02:00
__init__.py Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
conftest.py Simplify test settings 2015-03-14 15:57:22 -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_atomic_requests.py Fitx TestCase due Django interals. 2015-06-08 18:15:31 +03:00
test_authentication.py Merge pull request #3006 from osantana/master 2015-06-16 22:40:15 +02: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 remote-tracking branch 'reference/master' into feature/ipaddress-fix 2015-06-04 14:21:33 +01:00
test_filters.py Remove django.conf.urls.pattern as it'll be removed in Django 2.0 2015-06-11 00:45:23 +02:00
test_generics.py Fix error text in test. 2015-01-31 08:53:40 +00:00
test_htmlrenderer.py Remove django.conf.urls.pattern as it'll be removed in Django 2.0 2015-06-11 00:45:23 +02:00
test_metadata.py fix read_only related field metadata 2015-06-02 00:40:00 -07:00
test_middleware.py Remove django.conf.urls.pattern as it'll be removed in Django 2.0 2015-06-11 00:45:23 +02:00
test_model_serializer.py Merge pull request #2989 from ticosax/duration-field 2015-06-01 17:38:57 +01:00
test_multitable_inheritance.py Save objects before assigning them in InheritedModelSerializationTests; Django 1.8 now throws an error when assigning unsaved objects to Foreign Key, GenericForeignKey, and OneToOneFields 2015-01-18 15:19:11 -08:00
test_negotiation.py Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
test_pagination.py use PageSizePaginationMixin for CursorPagination 2015-06-23 19:14:10 +03:00
test_parsers.py Who care what we do when it's totally malformed? Not me. 2015-02-26 13:41:25 +00:00
test_permissions.py Allow DjangoObjectPermissions to use views that define get_queryset 2015-05-13 14:26:44 +02: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 Merge master 2015-02-09 20:43:50 +00:00
test_relations_pk.py Add support for serializing models with m2m related fields 2015-03-06 12:50:37 -04:00
test_relations_slug.py Optimizations play nicely with select_related, prefetch_related 2014-12-10 21:09:45 +00:00
test_relations.py Fixed many=False issue in related fields 2015-06-17 13:48:34 -04:00
test_renderers.py Removed unused imports. 2015-06-11 00:51:33 +02:00
test_request.py test_requests TestSecure: skip tests for django versions where the secure 2015-06-22 14:28:09 +02:00
test_response.py Remove django.conf.urls.pattern as it'll be removed in Django 2.0 2015-06-11 00:45:23 +02:00
test_reverse.py Remove django.conf.urls.pattern as it'll be removed in Django 2.0 2015-06-11 00:45:23 +02:00
test_routers.py Fix lookup_url_kwarg handling in viewsets. 2015-03-13 01:07:20 +01: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 Make ReturnDict cachable. Closes #2360. 2015-01-21 14:18:13 +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 Removed unused imports. 2015-06-11 00:51:33 +02:00
test_throttling.py Fixes for latest version of pep8 2015-02-09 17:43:20 +00:00
test_urlpatterns.py Remove django.conf.urls.pattern as it'll be removed in Django 2.0 2015-06-11 00:45:23 +02:00
test_utils.py Removed unused imports. 2015-06-11 00:51:33 +02:00
test_validation.py Drop defunct tests 2014-11-28 13:04:42 +00:00
test_validators.py Return UniquenessTogetherModel to previous state 2015-02-19 18:09:04 +03:00
test_versioning.py Fix versioning urls 2015-06-15 16:51:37 -04: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 Remove django.conf.urls.pattern as it'll be removed in Django 2.0 2015-06-11 00:45:23 +02:00
utils.py Fix NamespaceVersioning with hyperlinked serializer fields 2015-02-05 00:58:09 +00:00