This website requires JavaScript.
Explore
Help
Register
Sign In
encode
/
django-rest-framework
Watch
1
Star
1
Fork
0
You've already forked django-rest-framework
mirror of
https://github.com/encode/django-rest-framework.git
synced
2025-11-19 17:25:16 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b3af4d9fe7
django-rest-framework
/
tests
History
José Padilla
90139b3efc
Remove left unicode strings
2014-09-23 21:18:56 -04:00
..
accounts
browsable_api
extras
records
users
__init__.py
conftest.py
description.py
models.py
serializers.py
settings.py
test_authentication.py
test_breadcrumbs.py
test_decorators.py
test_description.py
Remove unicode strings
2014-09-05 16:01:17 -07:00
test_fields.py
test_files.py
test_filters.py
test_genericrelations.py
test_generics.py
Remove left unicode strings
2014-09-23 21:18:56 -04:00
test_htmlrenderer.py
test_hyperlinkedserializers.py
test_multitable_inheritance.py
test_negotiation.py
test_nullable_fields.py
test_pagination.py
test_parsers.py
Move parser tests to correct directory
2014-09-05 15:33:47 -07:00
test_permissions.py
test_relations_hyperlink.py
test_relations_nested.py
test_relations_pk.py
test_relations_slug.py
test_relations.py
test_renderers.py
test_request.py
test_response.py
test_reverse.py
test_routers.py
Added DefaultRouter support (and test) for viewsets without the default action implemented, which is usually the list action.
2014-09-11 12:42:36 +02:00
test_serializer_bulk_update.py
test_serializer_empty.py
test_serializer_import.py
test_serializer_nested.py
test_serializer.py
test_serializers.py
test_settings.py
test_status.py
test_templatetags.py
test_testing.py
test_throttling.py
test_urlizer.py
test_urlpatterns.py
test_validation.py
Fixed
#1533
- Resolved issue with integer keys on nested choices never validating.
2014-09-06 17:13:28 -04:00
test_views.py
test_write_only_fields.py
urls.py
utils.py
views.py