mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-26 03:23:59 +03:00
a0cdba6277
* Extract method for `manual_fields` processing Allows reuse of logic to replace Field instances in a field list by `Field.name`. Adds a utility function for the logic plus a wrapper method on `AutoSchema`. Closes #5632 * Manual fields suggestions (#2) * Use OrderedDict in inspectors * Move empty check to 'update_fields()' * Make 'update_fields()' an AutoSchema staticmethod * Add 'AutoSchema.get_manual_fields()' * Conform '.get_manual_fields()' to other methods * Add test for update_fields * Make sure `manual_fields` is a list. (As documented to be) * Add docs for new AutoSchema methods. * `get_manual_fields` * `update_fields` * Add release notes for PR. |
||
---|---|---|
.. | ||
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 |