django-rest-framework/tests
José Padilla afe7ed9333 Add allow_blank for ChoiceField #2184
This makes a ChoiceField optional in HTML if
model field has `blank=True` set.
2014-12-09 09:25:06 -04:00
..
browsable_api Fix imports 2014-09-02 15:29:21 +02:00
extras
__init__.py
conftest.py
description.py
models.py
test_authentication.py
test_bound_fields.py First pass on nested serializers in HTML 2014-10-09 15:11:19 +01:00
test_decorators.py Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
test_description.py
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_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
test_parsers.py Removed custom StringIO, force_text, smart_text compat 2014-12-04 03:11:42 +01:00
test_permissions.py
test_relations_generic.py
test_relations_hyperlink.py
test_relations_pk.py
test_relations_slug.py Tests for relational fields 2014-10-08 11:04:08 +01: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 Merge branch 'master' into version-3.0 2014-09-19 14:05:50 +01:00
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
test_serializer.py
test_settings.py
test_status.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
test_templatetags.py
test_testing.py Fix follow does not work on APIClient 2014-10-06 15:10:35 +08: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
test_utils.py
test_validation.py Drop defunct tests 2014-11-28 13:04:42 +00:00
test_validators.py
test_views.py
test_viewsets.py
test_write_only_fields.py
urls.py
utils.py