mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-24 10:34:03 +03:00
9cfa4bd7cc
* fix OpenAPIRenderer for timedelta * added test for rendering openapi with timedelta * fix OpenAPIRenderer for timedelta * added test for rendering openapi with timedelta * Removed usage of field.choices that triggered full table load (#8950) Removed the `{{ field.choices|yesno:",disabled" }}` block because this triggers the loading of full database table worth of objects just to determine whether the multi-select widget should be set as disabled or not. Since this "disabled" marking feature is not present in the normal select field, then I propose to remove it also from the multi-select. * Added Deprecation Warnings for CoreAPI (#7519) * Added Deprecation Warnings for CoreAPI * Bumped removal to DRF315 * Update rest_framework/__init__.py * Update rest_framework/filters.py * Update rest_framework/filters.py * Update tests/schemas/test_coreapi.py * Update rest_framework/filters.py * Update rest_framework/filters.py * Update tests/schemas/test_coreapi.py * Update tests/schemas/test_coreapi.py * Update setup.cfg * Update rest_framework/pagination.py --------- Co-authored-by: Asif Saif Uddin <auvipy@gmail.com> * Update copy right timeline * Fix NamespaceVersioning ignoring DEFAULT_VERSION on non-None namespaces (#7278) * Fix the case where if the namespace is not None and there's no match, NamespaceVersioning always raises NotFound even if DEFAULT_VERSION is set or None is in ALLOWED_VERSIONS * Add test cases * fix OpenAPIRenderer for timedelta * added test for rendering openapi with timedelta * added testcase for rendering yaml with minvalidator for duration field (timedelta) --------- Co-authored-by: Rizwan Shaikh <rshaikh@ces-ltd.com> Co-authored-by: Lenno Nagel <lenno@namespace.ee> Co-authored-by: David Smith <39445562+smithdc1@users.noreply.github.com> Co-authored-by: Asif Saif Uddin <auvipy@gmail.com> Co-authored-by: Konstantin Kuchkov <konstantin.kuchkov@gmail.com> |
||
---|---|---|
.. | ||
authentication | ||
browsable_api | ||
generic_relations | ||
importable | ||
schemas | ||
__init__.py | ||
conftest.py | ||
models.py | ||
test_api_client.py | ||
test_atomic_requests.py | ||
test_authtoken.py | ||
test_bound_fields.py | ||
test_decorators.py | ||
test_description.py | ||
test_encoders.py | ||
test_exceptions.py | ||
test_fields.py | ||
test_filters.py | ||
test_generics.py | ||
test_htmlrenderer.py | ||
test_lazy_hyperlinks.py | ||
test_metadata.py | ||
test_middleware.py | ||
test_model_serializer.py | ||
test_multitable_inheritance.py | ||
test_negotiation.py | ||
test_one_to_one_with_inheritance.py | ||
test_pagination.py | ||
test_parsers.py | ||
test_permissions.py | ||
test_prefetch_related.py | ||
test_relations_hyperlink.py | ||
test_relations_pk.py | ||
test_relations_slug.py | ||
test_relations.py | ||
test_renderers.py | ||
test_request.py | ||
test_requests_client.py | ||
test_response.py | ||
test_reverse.py | ||
test_routers.py | ||
test_serializer_bulk_update.py | ||
test_serializer_lists.py | ||
test_serializer_nested.py | ||
test_serializer.py | ||
test_settings.py | ||
test_status.py | ||
test_templates.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 | ||
test_write_only_fields.py | ||
urls.py | ||
utils.py |