Skip to content

invalid GEOS Geometry index: 0 Error occurs on nullable PointField #151

Description

@mohammadhasanzadeh

The following error occurs if we have a nullable PointField on the model:
IndexError: invalid GEOS Geometry index: 0

Model field:
checkout_position = models.PointField(geography=True, null=True, blank=True)

Serializer field:
checkout_position = PointField(required=False)

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions