Skip to content

Commit

Permalink
Specify d.c.serializers.base.DeserializedObject.object type (#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
j00bar committed Mar 14, 2024
1 parent d61f0da commit 1f02a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django-stubs/core/serializers/base.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Deserializer:
def __next__(self) -> Any: ...

class DeserializedObject:
object: Any
object: Model
m2m_data: dict[str, Sequence[Any]] | None
deferred_fields: dict[Field, Any]
def __init__(
Expand Down

0 comments on commit 1f02a9e

Please sign in to comment.