Skip to content

Field.initial does not accept callables #3937

@erickwilder

Description

@erickwilder

While trying to use the Field.initial property just like I'm used to do that with regular Django fields, in DRF this property does not accept a callable. When rendering serializer fields in HTML the initial becomes something like <function func_name_here0x0000000>

Example:

def some_callable():
    return uuid4().hex

class FooSerializer(serializers.Serializer):
    test_field = serializers.CharField(initial=some_callable)

The expected behaviour (in a default Django field) would be a input with a uuid as it's initial value, but DRF tries to render the function object.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy