Skip to content

Why is order of EventAgendaItem a character and not an int? #128

@fgregg

Description

@fgregg

The agenda item model has an order field, which is very useful.

It's a CharField. It would be much more convenient for me if it was an Integer field. Is there any reason why it needs to be a CharField?

class EventAgendaItem(RelatedBase):
description = models.TextField()
classification = ArrayField(base_field=models.TextField(), blank=True, default=list)
order = models.CharField(max_length=100, blank=True)

Metadata

Metadata

Assignees

No one assigned

    Labels

    legislativeRelating to the legislative app

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions