Skip to content
  • Sponsor encode/django-rest-framework

  • Notifications You must be signed in to change notification settings
  • Fork 7k

ResultDict and ResultList should appear as standard dict/list. #2421

Closed
@tomchristie

Description

@tomchristie

We're seeing folks ask about ResultDict and ResultList objects a fair bit on the mailing list, although they're most just an implementation detail that they don't need to know about.

We should probably modify the representation of them to simply be the standard native styles, such as {'a': 123} and [1,2,3]. Hiding this bit of detail will likely lead to less confusion.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      `ResultDict` and `ResultList` should appear as standard dict/list. · Issue #2421 · encode/django-rest-framework