django-rest-framework/tests
2014-12-10 21:09:45 +00:00
..
browsable_api
extras
__init__.py
conftest.py Remove test cruft 2014-11-13 16:07:25 +00:00
description.py
models.py Moved non-conflicting models 2014-11-29 20:04:50 +01:00
test_authentication.py Fixed unit test for auth login 2014-12-08 09:06:52 +07:00
test_bound_fields.py
test_decorators.py
test_description.py Removed custom StringIO, force_text, smart_text compat 2014-12-04 03:11:42 +01:00
test_fields.py Add allow_blank for ChoiceField #2184 2014-12-09 09:25:06 -04:00
test_filters.py
test_generics.py Fixed typos 2014-11-29 20:23:55 +01:00
test_htmlrenderer.py
test_metadata.py
test_model_serializer.py Test tweaks 2014-12-05 14:15:58 +00:00
test_multitable_inheritance.py Removed unused imports, pep8 fixes, typo fixes 2014-12-05 00:29:28 +01:00
test_negotiation.py
test_pagination.py
test_parsers.py Removed custom StringIO, force_text, smart_text compat 2014-12-04 03:11:42 +01: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 Drop defunct tests 2014-11-28 13:04:42 +00:00
test_renderers.py Merge pull request #2200 from maryokhin/master 2014-12-05 13:14:14 +00:00
test_request.py Removed unused imports, pep8 fixes, typo fixes 2014-12-05 00:29:28 +01:00
test_response.py
test_reverse.py
test_routers.py
test_serializer_bulk_update.py Drop defunct tests 2014-11-28 13:04:42 +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 Drop defunct tests 2014-11-28 13:04:42 +00:00
test_settings.py
test_status.py
test_templatetags.py
test_testing.py
test_throttling.py
test_urlpatterns.py
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_views.py
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
urls.py
utils.py