Remove display_name field from all REST API serializers #5991
Labels
status: accepted
This issue has been accepted for implementation
type: deprecation
Removal of existing functionality or behavior
Milestone
Proposed Changes
Remove the
display_name
field from serializers that have it. Any REST API consumers that were utilizing these fields should be updated to referencedisplay
instead. The complete list of affected serializers is below:Justification
The
display_name
field has been superseded in #5891 by the new standarddisplay
field, which is available on all models.The text was updated successfully, but these errors were encountered: