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-12-31 22:13:15 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a7e2a7bfcd
django-rest-framework
/
tests
History
George-Cristian Bîrzan
85c588b0c1
#5848
Allow traversing nullable related fields (
#5849
)
2018-03-20 22:02:22 +01:00
..
browsable_api
importable
__init__.py
conftest.py
Add admin to installed apps to avoid test failures.
2018-03-09 13:04:15 -05:00
models.py
Test using model objects for dotted source default (
#5880
)
2018-03-16 14:51:37 +01:00
test_api_client.py
test_atomic_requests.py
test_authentication.py
test_authtoken.py
test_bound_fields.py
Made TemplateHTMLRenderer render IntegerField inputs when value is
0
. (
#5834
)
2018-02-16 16:48:20 +01:00
test_decorators.py
Rework dynamic list/detail actions (
#5705
)
2018-01-25 09:40:49 +01:00
test_description.py
Upgrade isort (
#5817
)
2018-02-14 20:12:14 +00:00
test_encoders.py
test_exceptions.py
ErrorDetail: add __eq__/__ne__ and __repr__ (
#5787
)
2018-01-30 08:45:09 +01:00
test_fields.py
Alter read_only+default behaviour (
#5886
)
2018-03-20 21:09:31 +01:00
test_filters.py
test_generics.py
test_htmlrenderer.py
test_lazy_hyperlinks.py
test_metadata.py
Fixed schema for UUIDField in SimpleMetadata. (
#5872
)
2018-03-13 15:49:15 +01:00
test_middleware.py
test_model_serializer.py
#5848
Allow traversing nullable related fields (
#5849
)
2018-03-20 22:02:22 +01:00
test_multitable_inheritance.py
Perfer iter(dict) over iter(dict.keys()) (
#5736
)
2018-01-08 09:49:46 +00:00
test_negotiation.py
test_one_to_one_with_inheritance.py
Perfer iter(dict) over iter(dict.keys()) (
#5736
)
2018-01-08 09:49:46 +00:00
test_pagination.py
test_parsers.py
test_permissions.py
Perfer iter(dict) over iter(dict.keys()) (
#5736
)
2018-01-08 09:49:46 +00:00
test_prefetch_related.py
test_relations_generic.py
test_relations_hyperlink.py
test_relations_pk.py
test_relations_slug.py
test_relations.py
test_renderers.py
test_request.py
Fix request formdata handling (
#5800
)
2018-02-05 16:24:13 +01:00
test_requests_client.py
test_response.py
test_reverse.py
test_routers.py
Rework dynamic list/detail actions (
#5705
)
2018-01-25 09:40:49 +01:00
test_schemas.py
Represent serializer DictField as an Object in schema
2018-02-01 16:23:24 +01:00
test_serializer_bulk_update.py
test_serializer_lists.py
Perfer iter(dict) over iter(dict.keys()) (
#5736
)
2018-01-08 09:49:46 +00:00
test_serializer_nested.py
test_serializer.py
Correct allow_null behaviour when required=False (
#5888
)
2018-03-20 21:24:39 +01:00
test_settings.py
test_status.py
test_templatetags.py
test_testing.py
test_throttling.py
test_urlpatterns.py
test_utils.py
test_validation_error.py
test_validation.py
test_validators.py
test_versioning.py
test_views.py
test_viewsets.py
Rework dynamic list/detail actions (
#5705
)
2018-01-25 09:40:49 +01:00
test_write_only_fields.py
urls.py
utils.py