mirror of
https://github.com/encode/django-rest-framework.git
synced 2026-03-03 19:41:26 +03:00
* fix: MultipleChoiceField use ordered sort
(cherry picked from commit 8436483e66af3d1317d99335b7fae95c1f58d13a)
* test: fix unit tests
(cherry picked from commit 6428ac4a05f4a33eb0813cc56d584f56e7bfac89)
* test: test TestMultipleChoiceField can json serializable
(cherry picked from commit 12908b149c446598682269f8df78290fa8268982)
* test: fix unit test
(cherry picked from commit 73a709c4b04ae510d61f2d426f93f6aef98b09fd)
* minor: rest old formatting
* fix: using pytest.fail to test
* Update test_fields.py
* Update test_fields.py
* Update test_fields.py
* test: add test cases
* docs: update docs
* Update docs/api-guide/fields.md
* Skip inner list allocation
* Fix punctuation
---------
Co-authored-by: Asif Saif Uddin {"Auvi":"অভি"} <auvipy@gmail.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
|
||
|---|---|---|
| .. | ||
| authentication.md | ||
| caching.md | ||
| content-negotiation.md | ||
| exceptions.md | ||
| fields.md | ||
| filtering.md | ||
| format-suffixes.md | ||
| generic-views.md | ||
| metadata.md | ||
| pagination.md | ||
| parsers.md | ||
| permissions.md | ||
| relations.md | ||
| renderers.md | ||
| requests.md | ||
| responses.md | ||
| reverse.md | ||
| routers.md | ||
| schemas.md | ||
| serializers.md | ||
| settings.md | ||
| status-codes.md | ||
| testing.md | ||
| throttling.md | ||
| validators.md | ||
| versioning.md | ||
| views.md | ||
| viewsets.md | ||