Skip to content

Method get_reports_created change return type annotations #211

@Szymiks

Description

@Szymiks

Should be done:

def get_reports_created(self) -> bool:
        return self.report_set.select_related("task_activities").order_by("-date", "project__name")

bool -> QuerySet

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions